🚀 Sets Debian frontend to noninteractive

This commit is contained in:
Franck Nijhof 2017-12-13 00:06:07 +01:00
parent ddc89f49e7
commit 1bec299eee
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -3,6 +3,7 @@ FROM ${BUILD_FROM}
# Environment variables
ENV \
DEBIAN_FRONTEND="noninteractive" \
HOME="/root" \
LANG="C.UTF-8" \
PS1="$(whoami)@$(hostname):$(pwd)$ " \