Update Dockerfile

This commit is contained in:
uazo 2021-07-12 08:28:24 +02:00 committed by GitHub
parent e9f4917166
commit 095acb1a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,10 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui
&& \
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 \
&& \
sudo base64 -d install-build-deps.sh.base64 >install-build-deps.sh \
&& \
sudo base64 -d install-build-deps-android.sh.base64 >install-build-deps-android.sh \
&& \
sed -i 's/snapcraft/wget/' install-build-deps.sh
RUN chmod +x ./install-build-deps.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 && \
sudo ./install-build-deps.sh --no-prompt --lib32 && \
sudo ./install-build-deps-android.sh --no-prompt