From aba89662d628fc92e8b66b9ae0b33716b2c3d24e Mon Sep 17 00:00:00 2001 From: ich777 Date: Thu, 30 May 2019 10:58:48 +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, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 811055a..e6b51bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,9 @@ RUN mkdir -p $DATA_DIR/".local/share/Arma 3" && mkdir -p $DATA_DIR/".local/share RUN ulimit -n 2048 +RUN mysqld \ + echo "CREATE USER IF NOT EXISTS 'steam'@'%' IDENTIFIED BY 'exile';" | mysql -u root mysql + ADD /scripts/ /opt/scripts/ RUN chmod -R 770 /opt/scripts/ RUN chmod -R 770 $DATA_DIR/".local/share/Arma 3" && chmod -R 770 $DATA_DIR/".local/share/Arma 3 - Other Profiles"