aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-09-12 15:53:38 +0200
committerOliver Smith <osmith@sysmocom.de>2024-09-12 15:57:19 +0200
commitaffe733c8c1194a7ece649d13c272b5820897f0f (patch)
tree47f71b03ca0285b76545053521f4835beeb35996
parent14c9c01be6c77d8143ab7ccd399afabf8ab35e51 (diff)
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
-rw-r--r--debian-buster-jenkins/Dockerfile2
1 files changed, 0 insertions, 2 deletions
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 @@ RUN pip3 install \
'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