~ fixed dockerfile syntax

This commit is contained in:
Lucas Briese 2018-09-19 21:20:55 +02:00
parent f22fe7a1ce
commit 45e07a5117

View File

@ -29,7 +29,7 @@ COPY ["entrypoint.sh", "installAndMountAddons.sh", "forceWorkshopDownload.sh", "
# removed dep. lib32gcc1 libtcmalloc-minimal4:i386 gdb
RUN dpkg --add-architecture i386 && \
apt-get update -y && \lib32stdc++6
apt-get update -y && \
apt-get install -y wget tar gzip ca-certificates lib32stdc++6 lib32tinfo5 && \
groupadd -g $GROUP_ID $DOCKER_USER && \
useradd -d /home/steam/ -g $GROUP_ID -u $USER_ID -m $DOCKER_USER && \