From fb7cfc09de8d2e537f640954bc757afc6e7456a8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 7 Jan 2024 21:23:42 +0100 Subject: [PATCH] fix: Set Debian flag (#544) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0a6857f..3ca73a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ FROM debian:trixie-slim ARG TARGETPLATFORM ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND noninteractive +ARG DEBCONF_NONINTERACTIVE_SEEN true RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then extra="qemu-user"; fi \ && apt-get update \