Dockerfile: set DEBIAN_FRONTEND noninteractive

pull/103/head
Serge Schneider 2017-08-31 11:27:33 +01:00
parent b8c94731c5
commit 05b31b287d
1 changed files with 2 additions and 0 deletions

View File

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