Adding oc to bin path for multistage testing (#3351)

This commit is contained in:
Priti Kumari
2020-06-16 13:48:42 +05:30
committed by GitHub
parent 3154f6010d
commit fa9f7b94a5

View File

@@ -4,3 +4,4 @@ FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12
RUN yum -y install make wget gcc git httpd-tools
ADD oc /usr/bin/oc