Update Dockerfile

This commit is contained in:
2019-05-07 20:24:50 +02:00
committed by GitHub
parent 45f4aa9b6e
commit 7e9b7433e9

View File

@@ -2,8 +2,9 @@ FROM ubuntu
MAINTAINER ich777
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get -y install lib32gcc1 wget curl
RUN apt-get -y install lib32gcc1 lib32stdc++6 libcurl4-gnutls-dev:i386 wget
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"