From 7fb78d0ff3e94c204cf511336d870433e23d6019 Mon Sep 17 00:00:00 2001 From: ich777 Date: Thu, 30 May 2019 10:44:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f98a1b2..811055a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"