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