Skip to content

Commit b2e44d6

Browse files
javierpenajc-rh
andauthored
Add jq to debug partner image (#72)
This is required by some diagnostic tests, and it is better not to relay on the utility being present on the k8s node. Co-authored-by: Jun Chen <[email protected]>
1 parent b23efe0 commit b2e44d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-partner/Dockerfile.debug-partner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi:latest
22

33
RUN \
44
yum -y update && \
5-
yum -y install pciutils util-linux net-tools procps-ng iputils iproute && \
5+
yum -y install pciutils util-linux net-tools procps-ng iputils iproute jq && \
66
yum clean all -y && \
77
rm -rf /var/cache/yum
88

0 commit comments

Comments
 (0)