From 7a9f4785c9c1e3ec7aa04802fe855cddd376dab9 Mon Sep 17 00:00:00 2001 From: ich777 Date: Thu, 30 May 2019 12:31:26 +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 6477127..a40618f 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 screen +RUN apt-get -y install wget lib32gcc1 lib32stdc++6 mariadb-server screen unzip ENV DATA_DIR="/serverdata" ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"