From 176c69d1e8d34418ab29701fd2f8a80c61ae6782 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 31 Oct 2021 22:22:28 +0100 Subject: [PATCH] Replace Firefox ERS with a newer version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f893d92..4fc5626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 is available too) +# Install the web browser (package firefox-esr is available too) RUN apk update && \ - apk add --no-cache firefox-esr dumb-init && \ + apk add --no-cache firefox dumb-init && \ rm -Rf /var/cache # Copy FlareSolverr code