update html5ever instructions

This commit is contained in:
Pierre Tachoire
2025-11-26 16:19:16 +01:00
parent e74a286d70
commit bde8b64ba3
5 changed files with 28 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ WORKDIR /browser
RUN git submodule init && \
git submodule update --recursive
RUN make install-html5ever
RUN zig build -Doptimize=ReleaseFast html5ever
# download and install v8
RUN case $TARGETPLATFORM in \