aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-21 11:54:40 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-05-21 12:46:28 +1000
commit76f7316bc8fc8a18fdbfcbc0e1fe1bb992d2a7d7 (patch)
tree793f456b9c4838a3dfcf61d9f47cf94cfb3fa275 /opal-ci
parent7c9b3eb3c149843a27b9674e66b0227cf289a29a (diff)
downloadskiboot-76f7316bc8fc8a18fdbfcbc0e1fe1bb992d2a7d7.zip
skiboot-76f7316bc8fc8a18fdbfcbc0e1fe1bb992d2a7d7.tar.gz
skiboot-76f7316bc8fc8a18fdbfcbc0e1fe1bb992d2a7d7.tar.bz2
ubuntu:rolling now missing libcrypto.so.1.0.0, remove p8 mambo
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci')
-rw-r--r--opal-ci/Dockerfile-ubuntu-latest1
1 files changed, 0 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-latest b/opal-ci/Dockerfile-ubuntu-latest
index 68fee7b..ce9cbdd 100644
--- a/opal-ci/Dockerfile-ubuntu-latest
+++ b/opal-ci/Dockerfile-ubuntu-latest
@@ -4,7 +4,6 @@ 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 clang qemu-system-ppc
RUN apt-get update -qq && apt-get install -y gcc-arm-linux-gnueabi || true
-RUN if [ `arch` = "x86_64" ]; then curl -L -O http://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb; dpkg -i systemsim-p8_1.0-2_amd64.deb; fi
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
COPY . /build/
WORKDIR /build