fix: Set Debian flag (#544)

This commit is contained in:
Kroese
2024-01-07 21:23:42 +01:00
committed by GitHub
parent b9ae73e322
commit fb7cfc09de

View File

@@ -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 \