test/docker: Add tshark

Needed by new sniffer implementation.
This commit is contained in:
Tobias Waldekranz
2023-11-29 16:57:48 +01:00
committed by Mattias Walström
parent 5f299ee151
commit c5ba2971e6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ RUN apk add --no-cache \
ruby-mustache \
socat \
squashfs-tools \
tcpdump
tcpdump \
tshark
# Alpine's QEMU package does not bundle this for some reason, copied
# from Ubuntu
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
INFIX_TEST=ghcr.io/kernelkit/infix-test:1.0
INFIX_TEST=ghcr.io/kernelkit/infix-test:1.1
extract_yang()
{