„Dockerfile“ ändern

This commit is contained in:
2019-05-31 13:21:05 +02:00
parent 1899fa095b
commit c2e8107ff2

View File

@@ -3,7 +3,7 @@ FROM ubuntu
MAINTAINER ich777 MAINTAINER ich777
RUN apt-get update RUN apt-get update
RUN apt-get -y install lib32gcc1 wget wine-stable winbind xfvb screen RUN apt-get -y install lib32gcc1 wget wine-stable winbind xvfb screen
ENV DATA_DIR="/serverdata" ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd" ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"