Update Dockerfile

This commit is contained in:
2019-05-07 13:31:09 +02:00
committed by GitHub
parent 65fc2d33bc
commit edf867a3e5

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 lib32gcc1 wget zlib1g:i386
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"