default yes for OS updates

This commit is contained in:
Josh Lay 2021-11-16 19:32:10 -06:00
parent 1ce51391ab
commit cf852ea56c

View file

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