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

View file

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