🐳 Add command to upgrade packages during the creation

This commit is contained in:
David Barragán Merino 2026-06-11 09:39:27 +02:00 committed by David Barragán Merino
parent 5eb8c9ee70
commit 726a0cf89f
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN set -ex; \
mkdir -p /etc/resolvconf/resolv.conf.d; \
echo "nameserver 127.0.0.11" > /etc/resolvconf/resolv.conf.d/tail; \
apt-get -qq update; \
apt-get -qq upgrade; \
apt-get -qqy --no-install-recommends install \
curl \
tzdata \

View File

@ -13,6 +13,7 @@ RUN set -ex; \
mkdir -p /etc/resolvconf/resolv.conf.d; \
echo "nameserver 127.0.0.11" > /etc/resolvconf/resolv.conf.d/tail; \
apt-get -qq update; \
apt-get -qq upgrade; \
apt-get -qqy --no-install-recommends install \
curl \
tzdata \