fixeria has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/42675?usp=email )
Change subject: debian-trixie-build: add tshark ......................................................................
debian-trixie-build: add tshark
This is needed for running pysim unit tests on generic nodes. As of now we're executing them on the 'simtester' node, which cannot run more than one job at once, making build verification for large pysim patchsets extremely slow.
Change-Id: Idbe934e5cc29b06fd1b13b85893de5856eca836e Related: osmo-ci.git I986d88545f64e13cd571ba9ff56bc924822e39a0 --- M debian-trixie-build/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian-trixie-build/Dockerfile b/debian-trixie-build/Dockerfile index dcac78e..0a7affd 100644 --- a/debian-trixie-build/Dockerfile +++ b/debian-trixie-build/Dockerfile @@ -179,6 +179,7 @@ telnet \ tex-gyre \ texinfo \ + tshark \ unzip \ virtualenv \ xsltproc \