From 48af338e36df44a773380a39d41540f1c7e860ad Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 8 Feb 2022 18:30:26 +0100 Subject: [PATCH] Same install for arm --- Dockerfile-slim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile-slim b/Dockerfile-slim index 06dd48325..c0de60d31 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -20,8 +20,10 @@ RUN buildDeps='wget bzip2' && apt-get update && apt -y install $buildDeps && \ apt-get install -y --no-install-recommends firefox; \ elif [ "$TARGETPLATFORM" = "linux/arm64" ] ; \ then \ - apt-get update && \ - apt-get install -y firefox-esr; \ + # Install dependencies for Firefox, the repo is often behind + echo "deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list.d/debian.list && \ + apt-get update && \ + apt-get install -y --no-install-recommends firefox; \ fi # iproute2 = tc