Tell debconf not to be interactive 05/12105/1
authorPeter Barabas <peter.barabas@ericsson.com>
Thu, 10 Mar 2016 09:08:14 +0000 (10:08 +0100)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Sat, 9 Apr 2016 17:55:08 +0000 (17:55 +0000)
Change-Id: If3d937ba895cb06834a9f8b7382d1033aac9714f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
(cherry picked from commit 9d52d96263d9dc27183abd9a39d36bb7174efef4)

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 \