diff --git a/openshift-ci/build-root/Dockerfile b/openshift-ci/build-root/Dockerfile index 1f0239193..54bb8766d 100644 --- a/openshift-ci/build-root/Dockerfile +++ b/openshift-ci/build-root/Dockerfile @@ -3,3 +3,5 @@ FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11 RUN yum -y install make wget gcc git httpd-tools + +RUN mkdir -p /tmp/secret \ No newline at end of file