Use Firefox ESR for Docker images

This commit is contained in:
ngosang
2021-10-18 22:52:38 +02:00
parent 075b53ee24
commit d16b982bb9
2 changed files with 5 additions and 6 deletions

View File

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