feat: add DEBIAN_FRONTEND=noninteractive
For common and build only. Changes back to interactive at the end of dev for end-user (developers) convenience. Based on discussions with KemoNine.
This commit is contained in:
parent
688ae7dcd6
commit
9f9bfb6983
@ -2,6 +2,8 @@ FROM debian:stable-20201117-slim AS common
|
|||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ARG REPOSITORY_URL=https://github.com/innovaker/zmk-docker
|
ARG REPOSITORY_URL=https://github.com/innovaker/zmk-docker
|
||||||
LABEL org.opencontainers.image.source ${REPOSITORY_URL}
|
LABEL org.opencontainers.image.source ${REPOSITORY_URL}
|
||||||
|
|
||||||
@ -55,6 +57,8 @@ RUN \
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
FROM common AS build
|
FROM common AS build
|
||||||
|
Loading…
Reference in New Issue
Block a user