default yes for OS updates
This commit is contained in:
parent
1ce51391ab
commit
cf852ea56c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ RUN set -x \
|
|||
libgcc.{x86_64,i686} \
|
||||
glibc.{x86_64,i686} \
|
||||
SDL2.{x86_64,i686} \
|
||||
&& dnf up \
|
||||
&& dnf -y up \
|
||||
&& dnf clean all \
|
||||
&& useradd -u "${PUID}" -m "${USER}" \
|
||||
&& su "${USER}" -c \
|
||||
|
|
Loading…
Reference in a new issue