Dockerfile: set DEBIAN_FRONTEND noninteractive

This commit is contained in:
Serge Schneider 2017-08-31 11:27:33 +01:00
parent b8c94731c5
commit 05b31b287d

View file

@ -1,5 +1,7 @@
FROM debian:stretch FROM debian:stretch
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update && \ RUN apt-get -y update && \
apt-get -y install \ apt-get -y install \
git vim parted \ git vim parted \