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