Dockerfile: add install-libiconv

Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
Francis Bouvier
2024-11-06 18:10:08 +01:00
parent b9bae3f66d
commit 3ecfa6aca8

View File

@@ -55,7 +55,8 @@ RUN cd vendor/zig-js-runtime && \
git submodule init && \
git submodule update --recursive
RUN make install-netsurf && \
RUN make install-libiconv && \
make install-netsurf && \
make install-mimalloc
# download and install v8