From e6d3f8962c53f8f63bc13ac7d1bd64eb60de1a15 Mon Sep 17 00:00:00 2001 From: ich777 Date: Wed, 3 Jul 2019 18:11: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 3289c5b..d7bdac4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER ich777 RUN dpkg --add-architecture i386 RUN apt-get update -RUN apt-get -y install lib32gcc1 wget +RUN apt-get -y install lib32gcc1 wget mono-complete ENV DATA_DIR="/serverdata" ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"