fixed apt upgrade

This commit is contained in:
Hendrik Boll 2019-05-12 15:11:16 +02:00
parent 2ce213ff2f
commit 75c390f065
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ RUN mkdir /opt/xaseco
COPY xaseco/ /opt/xaseco/
COPY ./entrypoint-xaseco.sh /
RUN apt update \
&& apt upgrade \
RUN apt update -y \
&& apt upgrade -y \
RUN groupadd trackmania
RUN useradd -M -g trackmania trackmania
RUN chown -R trackmania:trackmania /opt/xaseco