Update Dockerfile

This commit is contained in:
2019-04-24 15:03:41 +02:00
committed by GitHub
parent 5eb1238586
commit 2b9d238a02

View File

@@ -2,8 +2,9 @@ FROM ubuntu
MAINTAINER ich777 MAINTAINER ich777
RUN dpkg --add-architecture i386
RUN apt-get update RUN apt-get update
RUN apt-get -y install wget lib32gcc1 lib32stdc++6 RUN apt-get -y install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386
ENV DATA_DIR="/serverdata" ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd" ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"