From aa33b64d6cd1bf58d82e1a83f81470f8a46f6639 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:59:50 +0200 Subject: [PATCH] Using raw.githubusercontent.com Since original is down --- images/build-deps/Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index 5050043..7320e8e 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -32,12 +32,10 @@ USER ${user} WORKDIR /home/${user} -RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/build/install-build-deps.sh?format=TEXT -O install-build-deps.sh.base64 \ +RUN wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps.sh install-build-deps.sh \ && \ - wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/build/install-build-deps-android.sh?format=TEXT -O install-build-deps-android.sh.base64 \ + wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps-android.sh \ && \ - base64 -d install-build-deps.sh.base64 >install-build-deps.sh && \ - base64 -d install-build-deps-android.sh.base64 >install-build-deps-android.sh && \ sed -i 's/snapcraft/wget/' install-build-deps.sh && \ chmod +x ./install-build-deps.sh && \ chmod +x ./install-build-deps-android.sh && \ @@ -45,5 +43,5 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui sudo ./install-build-deps-android.sh --no-prompt - + https://raw.githubusercontent.com/chromium/chromium/104.0.5112.63/build/install-build-deps-android.sh