aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2016-04-09 18:14:07 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-09 18:14:07 +0000
commit28d95448184d16767aebedb6689d2c3059b559aa (patch)
treeb09572407e06570f628c85c18ef1f33ca0f869d8
parent4fb3f2ed2549ab47a0048d88cbd1303de46820a1 (diff)
parent7c5e518d2791eb8c2a684c01823bd84ae130192c (diff)
Merge "Tell debconf not to be interactive" into stable/brahmaputra
-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 \