Dockerfile: set DEBIAN_FRONTEND noninteractive
This commit is contained in:
parent
b8c94731c5
commit
05b31b287d
|
@ -1,5 +1,7 @@
|
|||
FROM debian:stretch
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get -y update && \
|
||||
apt-get -y install \
|
||||
git vim parted \
|
||||
|
|
Loading…
Reference in New Issue
Block a user