test/docker: Add jq to docker

Needed by upcoming unit tests.
This commit is contained in:
Tobias Waldekranz
2023-11-29 11:28:14 +01:00
committed by Joachim Wiberg
parent 5ed5cca982
commit bf5de743c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN apk add --no-cache \
graphviz \
iproute2 \
iputils \
jq \
libc-dev \
libyang-dev \
linux-headers \
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
INFIX_TEST=ghcr.io/kernelkit/infix-test:0.7
INFIX_TEST=ghcr.io/kernelkit/infix-test:1.0
extract_yang()
{