Unverified Commit 0adb3660 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

DEBCONF_NOWARNINGS

DEBCONF_NOWARNINGS
parents 3493189f 1300c33c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -8,8 +8,10 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /src/serial/main

FROM debian:bookworm-slim

RUN export DEBIAN_FRONTEND=noninteractive && \
    apt-get update && apt-get -y upgrade && \
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND noninteractive

RUN apt-get update && apt-get -y upgrade && \
	apt-get --no-install-recommends -y install \
	curl \
	cpio \