mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
DEBCONF_NOWARNINGS
This commit is contained in:
parent
aa7fe1d4ed
commit
2f739de6d3
@ -8,8 +8,10 @@ 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
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get -y upgrade && \
|
||||||
apt-get --no-install-recommends -y install \
|
apt-get --no-install-recommends -y install \
|
||||||
curl \
|
curl \
|
||||||
cpio \
|
cpio \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user