apt install -y

This commit is contained in:
ryluth 2019-09-27 10:10:43 +02:00 committed by GitHub
parent 8b303216e7
commit 1a9835192b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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