„Dockerfile“ ändern

This commit is contained in:
2019-07-03 18:59:24 +02:00
parent 4881991a85
commit d241a6a0a3

View File

@@ -6,7 +6,7 @@ RUN dpkg --add-architecture i386
RUN apt-get update
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENV TZ=Europe/Rome
RUN apt-get -y install lib32gcc1 wget mono-complete
RUN apt-get -y install lib32gcc1 wget screen mono-complete
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"