Skip to content

Commit f0cd51d

Browse files
committed
ci: add jq to test-deps image
resolve-ref.sh pipes curl into jq; image was missing it, multi-compiler hit 'jq: command not found' in run 26529715823.
1 parent 212fa72 commit f0cd51d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/wolfprovider-test-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
cmake meson ninja-build bison flex gperf gengetopt help2man \
2222
clang clang-tools cppcheck libc++-dev \
2323
# vcs, transport, compression, scripting
24-
git git-all curl wget ca-certificates patch xxd dpkg-dev \
24+
git git-all curl wget ca-certificates patch xxd dpkg-dev jq \
2525
gawk perl python3 python3-pip python3-venv python3-wheel \
2626
python3-setuptools python3-yaml python3-jinja2 python3-six \
2727
python3-pytest python3-dnspython python3-hypothesis \

0 commit comments

Comments
 (0)