We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4802c2a commit 2cf1197Copy full SHA for 2cf1197
images/tests/Dockerfile.rhel
@@ -5,7 +5,7 @@ RUN make build WHAT=cmd/openshift-tests
5
6
FROM registry.svc.ci.openshift.org/ocp/4.0:cli
7
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/* && \
+RUN yum install --setopt=tsflags=nodocs -y git gzip jq util-linux && yum clean all && rm -rf /var/cache/yum/* && \
9
git config --system user.name test && \
10
git config --system user.email [email protected]
11
LABEL io.k8s.display-name="OpenShift End-to-End Tests" \
0 commit comments