fixed apt upgrade
This commit is contained in:
parent
2ce213ff2f
commit
75c390f065
|
@ -5,8 +5,8 @@ RUN mkdir /opt/xaseco
|
||||||
COPY xaseco/ /opt/xaseco/
|
COPY xaseco/ /opt/xaseco/
|
||||||
COPY ./entrypoint-xaseco.sh /
|
COPY ./entrypoint-xaseco.sh /
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update -y \
|
||||||
&& apt upgrade \
|
&& apt upgrade -y \
|
||||||
RUN groupadd trackmania
|
RUN groupadd trackmania
|
||||||
RUN useradd -M -g trackmania trackmania
|
RUN useradd -M -g trackmania trackmania
|
||||||
RUN chown -R trackmania:trackmania /opt/xaseco
|
RUN chown -R trackmania:trackmania /opt/xaseco
|
||||||
|
|
Loading…
Reference in New Issue