aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-debian-stretch
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-10-01 14:19:07 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-10-01 14:19:09 +1000
commitbcecf330f4f18893fbeca697de104258d071da51 (patch)
tree939bb68f23d615cdb3094327a795d6669458864d /opal-ci/Dockerfile-debian-stretch
parent6d6adea3e8daffeb3afa9fa3eb97fda0926e9169 (diff)
downloadskiboot-bcecf330f4f18893fbeca697de104258d071da51.zip
skiboot-bcecf330f4f18893fbeca697de104258d071da51.tar.gz
skiboot-bcecf330f4f18893fbeca697de104258d071da51.tar.bz2
ci: Add mbedtls development files as a dependency
Needed for the secvar unit tests. Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'opal-ci/Dockerfile-debian-stretch')
-rw-r--r--opal-ci/Dockerfile-debian-stretch2
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-debian-stretch b/opal-ci/Dockerfile-debian-stretch
index f9e4ae2..9c2c15a 100644
--- a/opal-ci/Dockerfile-debian-stretch
+++ b/opal-ci/Dockerfile-debian-stretch
@@ -2,7 +2,7 @@ FROM debian:stretch
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 xterm curl 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
+RUN apt-get update -qq && apt-get install -y gcc ccache expect libssl-dev wget xterm curl 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 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/p9/packages/v1.0-0/systemsim-p9-1.0-0-trusty_amd64.deb; dpkg -i systemsim-p9-1.0-0-trusty_amd64.deb; fi
COPY . /build/