DEBCONF_NOWARNINGS

DEBCONF_NOWARNINGS
This commit is contained in:
Kroese 2023-04-23 20:21:03 +02:00 committed by GitHub
commit 837b79b622

View File

@ -8,9 +8,11 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /src/serial/main
FROM debian:bookworm-slim FROM debian:bookworm-slim
RUN export DEBIAN_FRONTEND=noninteractive && \ ARG DEBCONF_NOWARNINGS="yes"
apt-get update && apt-get -y upgrade && \ ARG DEBIAN_FRONTEND noninteractive
apt-get --no-install-recommends -y install \
RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-recommends -y install \
curl \ curl \
cpio \ cpio \
wget \ wget \