Tell debconf not to be interactive 89/11089/1
authorPeter Barabas <peter.barabas@ericsson.com>
Thu, 10 Mar 2016 09:08:14 +0000 (10:08 +0100)
committerPeter Barabas <peter.barabas@ericsson.com>
Thu, 10 Mar 2016 09:08:14 +0000 (10:08 +0100)
Change-Id: If3d937ba895cb06834a9f8b7382d1033aac9714f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
build/docker/Dockerfile

index b7ef6d3..44ba747 100644 (file)
@@ -13,6 +13,7 @@ FROM ubuntu:14.04
 ENV http_proxy INSERT_HTTP_PROXY
 ENV https_proxy INSERT_HTTPS_PROXY
 ENV no_proxy INSERT_NO_PROXY
+ENV DEBIAN_FRONTEND noninteractive
 
 RUN apt-get update
 RUN apt-get install -y software-properties-common python-software-properties \