add html5ever install method

This commit is contained in:
Pierre Tachoire
2025-11-25 12:39:40 +01:00
parent a1064a54cc
commit 1e090f9d30
3 changed files with 16 additions and 0 deletions

View File

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