DEBCONF_NOWARNINGS

Sync
This commit is contained in:
Kroese 2023-04-23 20:25:30 +02:00 committed by GitHub
commit 14883351a9

View file

@ -1,7 +1,10 @@
FROM debian:bookworm-slim
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-recommends -y install \
apt-get --no-install-recommends -y install \
wget \
iptables \
iproute2 \