From 274d2ca531f4af8dd4b1aee1a06f76d4188d4ea5 Mon Sep 17 00:00:00 2001 From: ich777 Date: Wed, 3 Jul 2019 15:40:49 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4dd1004..3289c5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM ubuntu MAINTAINER ich777 +RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get -y install lib32gcc1 wget @@ -11,7 +12,7 @@ ENV SERVER_DIR="${DATA_DIR}/serverfiles" ENV GAME_ID="template" ENV GAME_NAME="template" ENV GAME_PARAMS="template" -ENV GAME_PORT=27015 +ENV GAME_PORT=27016 ENV VALIDATE="" ENV UID=99 ENV GID=100