laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/35546?usp=email )
Change subject: debian-bullseye-jenkins: Add python3-cryptography from debian ......................................................................
debian-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 --- M debian-bullseye-jenkins/Dockerfile 1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/46/35546/1
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 @@ python-setuptools \ python2.7 \ python3 \ + python3-cryptography \ python3-gi \ python3-mako \ python3-nwdiag \