From 3ecfa6aca8d4e368038831f629596461d39da3da Mon Sep 17 00:00:00 2001 From: Francis Bouvier Date: Wed, 6 Nov 2024 18:10:08 +0100 Subject: [PATCH] Dockerfile: add install-libiconv Signed-off-by: Francis Bouvier --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc70dbe2..3bbc9349 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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