summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-ubuntu-latest
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-05-01 16:42:59 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-05-01 16:42:59 +1000
commit129165ef43c02dafddbe5bb5ddd32eb384ea9c4a (patch)
tree648fbdb47987863417de7fa3ce8f9502e56581ed /opal-ci/Dockerfile-ubuntu-latest
parent79c290d849f1bbdf2655e4d90dda1688d353a3c2 (diff)
downloadblackbird-skiboot-129165ef43c02dafddbe5bb5ddd32eb384ea9c4a.tar.gz
blackbird-skiboot-129165ef43c02dafddbe5bb5ddd32eb384ea9c4a.zip
opal-ci/dockerfiles: DEBIAN_FRONTEND=noninteractive
Suggested-by: Daniel Black <danielgb@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-latest')
-rw-r--r--opal-ci/Dockerfile-ubuntu-latest1
1 files changed, 1 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-latest b/opal-ci/Dockerfile-ubuntu-latest
index 5cb62ce9..dfb62b7c 100644
--- a/opal-ci/Dockerfile-ubuntu-latest
+++ b/opal-ci/Dockerfile-ubuntu-latest
@@ -1,4 +1,5 @@
FROM ubuntu:latest
+ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq
RUN if [ `arch` != "ppc64le" ]; then apt-get update -qq && apt-get install -y gcc-powerpc64le-linux-gnu; fi
RUN apt-get update -qq && apt-get install -y gcc ccache expect libssl-dev wget curl xterm device-tree-compiler build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind libtcl8.6
OpenPOWER on IntegriCloud