Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 5950781

Browse files
author
pascal
committed
Missing quiet flags for apt
1 parent 65ac79c commit 5950781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN \
5858
set -x && \
5959
export DEBIAN_FRONTEND=noninteractive && \
6060
apt-get update && \
61-
apt -t=buster-backports upgrade systemd && \
61+
apt-get -y -o Dpkg::Options::="--force-confnew" -t=buster-backports upgrade systemd && \
6262
apt-get clean && \
6363
rm -rf \
6464
/var/lib/apt/lists/* \

0 commit comments

Comments
 (0)