aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2019-08-23 09:48:51 +0100
committerBenjamin Copeland <ben.copeland@linaro.org>2019-08-23 09:50:35 +0100
commit8d297622f296aac2f66f13c355c2adffd2422f47 (patch)
treec06ab56a8c38893a674d33044e5f10dbb797f22c
parentf18acd3cdf0aeb08b2db19a546b6fb1af15cff5b (diff)
downloaddockerfiles-8d297622f296aac2f66f13c355c2adffd2422f47.tar.gz
TF-M Xenial: Update jenkins-slave image for cryptography deps
These changes are needed to allow cryptography to build. Change-Id: I6cfb2c003d4523ac99a66154c5c847f110f844b5
-rw-r--r--xenial-amd64-tf-m-build/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/xenial-amd64-tf-m-build/Dockerfile b/xenial-amd64-tf-m-build/Dockerfile
index b7b70fa..d9bd9bd 100644
--- a/xenial-amd64-tf-m-build/Dockerfile
+++ b/xenial-amd64-tf-m-build/Dockerfile
@@ -13,11 +13,13 @@ RUN apt-get update \
git \
graphviz \
jq \
+ libssl-dev \
+ libffi-dev \
openjdk-8-jdk \
openssh-server \
perl \
python \
- python-dev \
+ python3-dev \
python-pip \
python-psutil \
python3 \