Skip to content

Commit 3ecfa6a

Browse files
Dockerfile: add install-libiconv
Signed-off-by: Francis Bouvier <[email protected]>
1 parent b9bae3f commit 3ecfa6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ RUN cd vendor/zig-js-runtime && \
5555
git submodule init && \
5656
git submodule update --recursive
5757

58-
RUN make install-netsurf && \
58+
RUN make install-libiconv && \
59+
make install-netsurf && \
5960
make install-mimalloc
6061

6162
# download and install v8

0 commit comments

Comments
 (0)