aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-ubuntu-20.04
diff options
context:
space:
mode:
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-20.04')
-rw-r--r--opal-ci/Dockerfile-ubuntu-20.041
1 files changed, 1 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-20.04 b/opal-ci/Dockerfile-ubuntu-20.04
index a574139..3e481ca 100644
--- a/opal-ci/Dockerfile-ubuntu-20.04
+++ b/opal-ci/Dockerfile-ubuntu-20.04
@@ -5,5 +5,6 @@ RUN if [ `arch` != "ppc64le" ]; then apt-get install -y gcc-powerpc64le-linux-gn
RUN apt-get install -y gcc-arm-linux-gnueabi || true
RUN 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 libmbedtls-dev
RUN if [ `arch` = "x86_64" ]; then curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0-trusty_amd64.deb; dpkg -i systemsim-p9-1.1-0-trusty_amd64.deb; fi
+RUN if [ `arch` = "x86_64" ]; then curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p10/packages/v1.2-1/ubuntu2004/systemsim-p10_1.2-1_amd64.deb; dpkg -i systemsim-p10_1.2-1_amd64.deb; fi
COPY . /build/
WORKDIR /build