osmith has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/38123?usp=email )
Change subject: debian-buster-jenkins: remove pysim
......................................................................
debian-buster-jenkins: remove pysim
This container is still used for osmo-gsm-tester_virtual (OS#6126).
pysim doesn't build anymore for some reason since the new dependency on
pyosmocom was added to it. Since we don't use pysim in osmo-gsm-tester,
simply don't install it in this container anymore.
Change-Id: I89f667fe5603526d9f0118fc338745aab8273070
---
M debian-buster-jenkins/Dockerfile
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/debian-buster-jenkins/Dockerfile b/debian-buster-jenkins/Dockerfile
index baa5931..44c382d 100644
--- a/debian-buster-jenkins/Dockerfile
+++ b/debian-buster-jenkins/Dockerfile
@@ -152,8 +152,6 @@
'sphinx' \
'sphinxcontrib-napoleon' \
'swig'
-ADD
https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt
/tmp/pysim_requirements.txt
-RUN pip3 install -r /tmp/pysim_requirements.txt
# match the outside user
RUN useradd --uid=1000 build
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/38123?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I89f667fe5603526d9f0118fc338745aab8273070
Gerrit-Change-Number: 38123
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>