From daea5c989f880a01adbf962667027f4b43171568 Mon Sep 17 00:00:00 2001 From: Danny Yates Date: Tue, 17 Dec 2013 13:50:37 +0000 Subject: [PATCH] Tidy up some of the error messages from apt during build Upstream-commit: 36e060299f2c3d73b26f556f73ba58a9738fd23e Component: engine --- components/engine/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index b06c6553e0..83a246a4cb 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -27,9 +27,13 @@ docker-version 0.6.1 FROM ubuntu:12.04 MAINTAINER Solomon Hykes +# Prevent apt-get install from trying to prompt for stuff +ENV DEBIAN_FRONTEND noninteractive + # Build dependencies RUN echo 'deb http://archive.ubuntu.com/ubuntu precise main universe' > /etc/apt/sources.list RUN apt-get update +RUN apt-get install -y -q apt-utils RUN apt-get install -y -q curl RUN apt-get install -y -q git RUN apt-get install -y -q mercurial