Update Dockerfile

This commit is contained in:
uazo
2021-07-13 14:58:58 +02:00
committed by GitHub
parent 4f94288ac0
commit 83c1bc041d

View File

@@ -5,7 +5,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
apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata build-essential lib32gcc-9-dev
ENV user lg