From a284b224fbf17e6fd236b7c9b76f98d25538b27e Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:32:23 +0200 Subject: [PATCH] Update Dockerfile --- images/build-deps/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index 88416af..acf77a0 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -16,7 +16,7 @@ RUN dpkg --add-architecture i386 RUN apt-get update &&\ DEBIAN_FRONTEND=noninteractive \ - apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata build-essential lib32gcc-9-dev + apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata build-essential lib32gcc-9-dev g++-multilib ENV user lg @@ -41,8 +41,7 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui chmod +x ./install-build-deps.sh && \ chmod +x ./install-build-deps-android.sh && \ sudo ./install-build-deps.sh --no-prompt --lib32 --no-chromeos-fonts && \ - sudo ./install-build-deps-android.sh --no-prompt && \ - sudo apt-get install g++-multilib + sudo ./install-build-deps-android.sh --no-prompt