„Dockerfile“ ändern

This commit is contained in:
2019-12-21 21:31:00 +01:00
parent 3e12790cf9
commit 9f8b559904

View File

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