„Dockerfile“ ändern

This commit is contained in:
2019-05-20 16:44:28 +02:00
parent f603c5a482
commit 500275b668

View File

@@ -3,7 +3,7 @@ FROM ubuntu
MAINTAINER ich777
RUN apt-get update
RUN apt-get -y install lib32gcc1 wget
RUN apt-get -y install libc6-i386 wget language-pack-en lib32stdc++6
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"