From 7e9960477a4c8df82a397ea8327a03d8f17233ac Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 12 Jul 2021 08:03:38 +0200 Subject: [PATCH] Update Dockerfile --- images/build-deps/Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index 740ab72..b2053f8 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -26,12 +26,10 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui && \ sed -i 's/snapcraft/wget/' install-build-deps.sh -RUN chmod +x ./install-build-deps.sh \ - && \ - chmod +x ./install-build-deps-android.sh \ - && ls -la \ - && \ - sudo bash ./install-build-deps-android.sh --no-prompt --lib32 +RUN chmod +x ./install-build-deps.sh && \ + chmod +x ./install-build-deps-android.sh && \ + sudo bash ./install-build-deps.sh --no-prompt --lib32 && \ + sudo bash ./install-build-deps-android.sh --no-prompt