„Dockerfile“ ändern

This commit is contained in:
2019-05-30 10:44:33 +02:00
parent ebc5310fe9
commit 7fb78d0ff3

View File

@@ -3,7 +3,7 @@ FROM ubuntu
MAINTAINER ich777
RUN apt-get update
RUN apt-get -y install wget lib32gcc1 lib32stdc++6 mariadb-server
RUN apt-get -y install wget lib32gcc1 lib32stdc++6 mariadb-server screen
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"