From e9f4917166f4be5359b1c61ed5ac41d46b7ad612 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 12 Jul 2021 08:08:43 +0200 Subject: [PATCH] Update Dockerfile --- images/build-deps/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index b2053f8..4d7ce5b 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -28,8 +28,8 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui 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 + sudo ./install-build-deps.sh --no-prompt --lib32 && \ + sudo ./install-build-deps-android.sh --no-prompt