From 14a14e5a9ca56aae9e069d25785a4d8b4afa27d0 Mon Sep 17 00:00:00 2001 From: thehuntedpie Date: Wed, 26 Sep 2018 00:10:28 +0300 Subject: [PATCH] seperate run commands --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8a3f92..3896807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ LABEL author="ViViV_" maintainer="sysadmin@whiteshield.ch" EXPOSE 6567/TCP EXPOSE 6567/UDP -RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite +RUN apk add --update --no-cache curl ca-certificates openssl git \ + tar bash +RUN apk add --update --no-cache sqlite RUN adduser -D -h /var/lib/mindustry mindustry