This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 6721cd4 fedora:42 add jq for autest (#389)
6721cd4 is described below
commit 6721cd40263a8f534274005226e67fdecc0662be
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Aug 19 17:43:00 2025 -0500
fedora:42 add jq for autest (#389)
---
docker/fedora42/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/fedora42/Dockerfile b/docker/fedora42/Dockerfile
index 6fa382c..c46bfc7 100644
--- a/docker/fedora42/Dockerfile
+++ b/docker/fedora42/Dockerfile
@@ -243,7 +243,7 @@ RUN <<EOF
# autest stuff
dnf -y install \
bpftrace python3 httpd-tools procps-ng nghttp2 nmap-ncat python3-pip \
- python3-gunicorn python3-requests python3-devel python3-psutil telnet
+ python3-gunicorn python3-requests python3-devel python3-psutil telnet jq
dnf clean all
EOF