summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@gmail.com>2016-03-11 08:47:46 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-03-11 08:47:46 +0000
commitbc4bf0ec3621dac7aa96935e48fadff0c8f03464 (patch)
treeb00f051c3485cb3dacf604d5e0ad6a70445c0707
parent8d3ea8d47924e55769bd2b71965de9ba15d34713 (diff)
parent9d52d96263d9dc27183abd9a39d36bb7174efef4 (diff)
Merge "Tell debconf not to be interactive"
-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 \