🐳 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
parent 9c7af3aeb5
commit 7cb7f7adb2
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 \