aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-01-10 16:25:14 +0100
committerHarald Welte <laforge@osmocom.org>2024-01-10 17:04:21 +0100
commit424a787ce452d1dc323d6c2040386eb1c44f2cad (patch)
tree98b81fadb1f3a0458dad65ee155990ece2e74c56
parent659a62f97a9d008ba670e1e00f8014c3fee8e646 (diff)
debian-{buster,bullseye}-jenkins: Add python3-cryptography from debian
This avoids having to use rust to build the cryptography module during pySim requirements.txt Change-Id: I9246c9260b1d227ce6e290058caa33e04407d11f
-rw-r--r--debian-bullseye-jenkins/Dockerfile1
-rw-r--r--debian-buster-jenkins/Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile
index 75f0fec..3c186cc 100644
--- a/debian-bullseye-jenkins/Dockerfile
+++ b/debian-bullseye-jenkins/Dockerfile
@@ -110,6 +110,7 @@ RUN \
python-setuptools \
python2.7 \
python3 \
+ python3-cryptography \
python3-gi \
python3-mako \
python3-nwdiag \
diff --git a/debian-buster-jenkins/Dockerfile b/debian-buster-jenkins/Dockerfile
index 6dffc25..cf443f0 100644
--- a/debian-buster-jenkins/Dockerfile
+++ b/debian-buster-jenkins/Dockerfile
@@ -109,6 +109,7 @@ RUN \
python-yaml \
python2.7 \
python3 \
+ python3-cryptography \
python3-gi \
python3-mako \
python3-nwdiag \