From e4c11d444aef7b98545d40189534fe695c724b37 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 12 Jul 2021 07:50:42 +0200 Subject: [PATCH] Update Dockerfile --- images/build-deps/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index ae39867..e77beae 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION RUN apt-get update &&\ DEBIAN_FRONTEND=noninteractive \ - apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata g++-multilib + apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata build-essential gcc-4.8 g++-4.8 ENV user lg