summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-ubuntu-16.04
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 15:51:23 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 17:06:38 +1100
commitac751865982d0cfd17fb8dd3a764ac4ef84196a9 (patch)
treea28069b4717f719e43bf4b2873d9cfa4c2690b91 /opal-ci/Dockerfile-ubuntu-16.04
parenteb2f71e287eca6f4af1c96e024da5d9d62cc1090 (diff)
downloadtalos-skiboot-ac751865982d0cfd17fb8dd3a764ac4ef84196a9.tar.gz
talos-skiboot-ac751865982d0cfd17fb8dd3a764ac4ef84196a9.zip
travis: install expect on ubuntu 12.04, disable qemu on 16.04/latest
due to an oddity with our qemu (that I haven't yet debugged), the hello world test fails in qemu on recent ubuntu. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-16.04')
-rw-r--r--opal-ci/Dockerfile-ubuntu-16.042
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-16.04 b/opal-ci/Dockerfile-ubuntu-16.04
index 4f8a065c..03cd5c57 100644
--- a/opal-ci/Dockerfile-ubuntu-16.04
+++ b/opal-ci/Dockerfile-ubuntu-16.04
@@ -1,6 +1,6 @@
FROM ubuntu:16.04
RUN apt-get update -qq
-RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache
+RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache expect
RUN apt-get install -y wget curl xterm
RUN apt-get install -y gcc-arm-linux-gnueabi
RUN curl -O ftp://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb
OpenPOWER on IntegriCloud