From 7c5e518d2791eb8c2a684c01823bd84ae130192c Mon Sep 17 00:00:00 2001 From: Peter Barabas Date: Thu, 10 Mar 2016 10:08:14 +0100 Subject: Tell debconf not to be interactive Change-Id: If3d937ba895cb06834a9f8b7382d1033aac9714f Signed-off-by: Peter Barabas (cherry picked from commit 9d52d96263d9dc27183abd9a39d36bb7174efef4) --- build/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg