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:02:04 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 15:08:44 +1100
commitada1bb7a5e26780d3241f0ecd9807b0b992feee2 (patch)
treef789f8fc44d4420cff77c88805fa7866d5ca276e /opal-ci/Dockerfile-ubuntu-16.04
parent680a080ca061b66c4d79f73a3f8410e089cf6a3b (diff)
downloadtalos-skiboot-ada1bb7a5e26780d3241f0ecd9807b0b992feee2.tar.gz
talos-skiboot-ada1bb7a5e26780d3241f0ecd9807b0b992feee2.zip
travis: install systemsim-p9
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.043
1 files changed, 3 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-16.04 b/opal-ci/Dockerfile-ubuntu-16.04
index 2ed83cdd..4f8a065c 100644
--- a/opal-ci/Dockerfile-ubuntu-16.04
+++ b/opal-ci/Dockerfile-ubuntu-16.04
@@ -5,6 +5,9 @@ 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
RUN dpkg -i systemsim-p8_1.0-2_amd64.deb
+RUN apt-get install -y libtcl8.6
+RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.0-0/systemsim-p9-1.0-0-trusty_amd64.deb
+RUN dpkg -i systemsim-p9-1.0-0-trusty_amd64.deb
RUN apt-get -y install eatmydata
RUN eatmydata apt-get -y install build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind
COPY . /build/
OpenPOWER on IntegriCloud