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

DEBIAN_FRONTEND=noninteractive

parent b4843381
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /src/serial/main

FROM debian:bookworm-slim

RUN apt-get update && apt-get -y upgrade && \
RUN export DEBIAN_FRONTEND=noninteractive && \
    apt-get update && apt-get -y upgrade && \
    apt-get --no-install-recommends -y install \
	curl \
	cpio \