osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/32223 )
Change subject: debian-bullseye-jenkins: add iproute2 ......................................................................
debian-bullseye-jenkins: add iproute2
Add iproute2 to make "ss" available. It is used in the openbsc testsuite to dump socket statistics. If it isn't available, it does not cause tests to fail, but prints an error message that looks like it might be the real cause for the test failures:
ss -tn
/bin/sh: 1: ss: not found
I've also asked Harald if we should just retire the master-openbsc job, but we want to keep it around to ensure new libosmocore builds with this old codebase.
Change-Id: I306caeda9bcd4020734eb3b343420c8115958ded --- M debian-bullseye-jenkins/Dockerfile 1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/23/32223/1
diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile index 7c02cbe..2edd3f6 100644 --- a/debian-bullseye-jenkins/Dockerfile +++ b/debian-bullseye-jenkins/Dockerfile @@ -53,6 +53,7 @@ graphviz \ htop \ inkscape \ + iproute2 \ latexmk \ lcov \ libaio-dev \