aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-03-10 10:08:14 +0100
committerJonas Bjurel <jonas.bjurel@ericsson.com>2016-04-09 17:55:08 +0000
commit7c5e518d2791eb8c2a684c01823bd84ae130192c (patch)
treece6ea51f00218d2ff54a4d618d866b05a52b0963
parent0dc771a9584fe1998236c8941189b1afc3c3c066 (diff)
Tell debconf not to be interactive
Change-Id: If3d937ba895cb06834a9f8b7382d1033aac9714f Signed-off-by: Peter Barabas <peter.barabas@ericsson.com> (cherry picked from commit 9d52d96263d9dc27183abd9a39d36bb7174efef4)
-rw-r--r--build/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index b7ef6d3a7..44ba74790 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -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 \