diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-03-10 10:08:14 +0100 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-03-10 10:08:14 +0100 |
commit | 9d52d96263d9dc27183abd9a39d36bb7174efef4 (patch) | |
tree | 45b1bdc189b52e9e9a87c3ce19d90a1ead53f418 /build/docker/Dockerfile | |
parent | db16151c8979fa76a35f4bf684ec64bd4e229a4e (diff) |
Tell debconf not to be interactive
Change-Id: If3d937ba895cb06834a9f8b7382d1033aac9714f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'build/docker/Dockerfile')
-rw-r--r-- | build/docker/Dockerfile | 1 |
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 \ |