Skip to content

Commit 2cf1197

Browse files
committed
images/tests/Dockerfile.rhel: Install jq
jq will allow us to simplify the templating which landed in openshift/release@7e56379d0b (templates/openshift: grab bootstrap log on failure, 2019-01-14, openshift/release#2633).
1 parent 4802c2a commit 2cf1197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tests/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN make build WHAT=cmd/openshift-tests
55

66
FROM registry.svc.ci.openshift.org/ocp/4.0:cli
77
COPY --from=builder /go/src/github.com/openshift/origin/_output/local/bin/linux/amd64/openshift-tests /usr/bin/
8-
RUN yum install --setopt=tsflags=nodocs -y git gzip util-linux && yum clean all && rm -rf /var/cache/yum/* && \
8+
RUN yum install --setopt=tsflags=nodocs -y git gzip jq util-linux && yum clean all && rm -rf /var/cache/yum/* && \
99
git config --system user.name test && \
1010
git config --system user.email [email protected]
1111
LABEL io.k8s.display-name="OpenShift End-to-End Tests" \

0 commit comments

Comments
 (0)