Replace Firefox ERS with a newer version

This commit is contained in:
ngosang 2021-10-31 22:22:28 +01:00
parent 7a1cf7dd80
commit 176c69d1e8

View File

@ -5,9 +5,9 @@ ARG TARGETPLATFORM
ARG BUILDPLATFORM ARG BUILDPLATFORM
RUN printf "I am running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATFORM:-linux/amd64}\n$(uname -a)\n" RUN printf "I am running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATFORM:-linux/amd64}\n$(uname -a)\n"
# Install the web browser (package firefox is available too) # Install the web browser (package firefox-esr is available too)
RUN apk update && \ RUN apk update && \
apk add --no-cache firefox-esr dumb-init && \ apk add --no-cache firefox dumb-init && \
rm -Rf /var/cache rm -Rf /var/cache
# Copy FlareSolverr code # Copy FlareSolverr code