File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM docker.io/ubuntu:24.04
33RUN --mount=type=bind,source=extra-packages,target=/extra-packages \
44 set -ex ; \
55 export DEBIAN_FRONTEND=noninteractive ; \
6- apt update ; \
6+ apt update ; apt upgrade -y ; \
77 apt install -y --no-install-recommends $(paste extra-packages) ; \
88 apt clean all ; \
99 rm -rf /var/lib/apt/lists/* /etc/ssh/ssh_host_*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM docker.io/ubuntu:24.04
33RUN --mount=type=bind,source=extra-packages,target=/extra-packages \
44 set -ex ; \
55 export DEBIAN_FRONTEND=noninteractive ; \
6- apt update ; \
6+ apt update ; apt upgrade -y ; \
77 apt install -y --no-install-recommends $(paste extra-packages) ; \
88 apt clean all ; \
99 rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM docker.io/ubuntu:26.04
33RUN --mount=type=bind,source=extra-packages,target=/extra-packages \
44 set -ex ; \
55 export DEBIAN_FRONTEND=noninteractive ; \
6- apt update ; \
6+ apt update ; apt upgrade -y ; \
77 apt install -y --allow-remove-essential coreutils-from-gnu coreutils-from-uutils- ; \
88 apt install -y --no-install-recommends $(paste extra-packages) ; \
99 apt clean all ; \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM docker.io/ubuntu:26.04
33RUN --mount=type=bind,source=extra-packages,target=/extra-packages \
44 set -ex ; \
55 export DEBIAN_FRONTEND=noninteractive ; \
6- apt update ; \
6+ apt update ; apt upgrade -y ; \
77 apt install -y --allow-remove-essential coreutils-from-gnu coreutils-from-uutils- ; \
88 apt install -y --no-install-recommends $(paste extra-packages) ; \
99 apt clean all ; \
You can’t perform that action at this time.
0 commit comments