From 1a9835192b17cbce15052be1c59da09eaf238e0a Mon Sep 17 00:00:00 2001 From: ryluth <38672086+ryluth@users.noreply.github.com> Date: Fri, 27 Sep 2019 10:10:43 +0200 Subject: [PATCH] apt install -y --- docker-tmserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-tmserver/Dockerfile b/docker-tmserver/Dockerfile index acc7a14..7163d6d 100644 --- a/docker-tmserver/Dockerfile +++ b/docker-tmserver/Dockerfile @@ -4,7 +4,7 @@ COPY tmserver/ /opt/ COPY entrypoint-tmserver.sh /opt/tmserver/ RUN apt update \ - && apt install pwgen gettext-base + && apt install -y pwgen gettext-base RUN groupadd trackmania RUN useradd -M -g trackmania trackmania