update docker file

This commit is contained in:
Pierre Tachoire
2025-11-25 12:24:28 +01:00
parent 0bc0a38704
commit dbd500cab9

View File

@@ -40,10 +40,6 @@ WORKDIR /browser
RUN git submodule init && \ RUN git submodule init && \
git submodule update --recursive git submodule update --recursive
RUN make install-libiconv && \
make install-netsurf && \
make install-mimalloc
# download and install v8 # download and install v8
RUN case $TARGETPLATFORM in \ RUN case $TARGETPLATFORM in \
"linux/arm64") ARCH="aarch64" ;; \ "linux/arm64") ARCH="aarch64" ;; \