Run apt-upgrade during build

This commit is contained in:
TheSpad 2024-03-19 14:59:53 +00:00
parent 2b6530ec48
commit ba23dac60a
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ RUN \
> /run/systemd/container && \
echo "**** install apt-utils and locales ****" && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
apt-utils \
locales && \

View File

@ -105,6 +105,7 @@ RUN \
> /run/systemd/container && \
echo "**** install apt-utils and locales ****" && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
apt-utils \
locales && \