This commit is contained in:
Kroese 2023-04-23 20:25:15 +02:00 committed by GitHub
parent f14c502fe6
commit 4aede6fcbd

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 \