DEBCONF_NOWARNINGS
Sync
This commit is contained in:
commit
14883351a9
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
FROM debian:bookworm-slim
|
||||
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
ARG DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update && apt-get -y upgrade && \
|
||||
apt-get --no-install-recommends -y install \
|
||||
wget \
|
||||
|
|
Loading…
Reference in a new issue