Create a secret directory in docker file (#2718)

This commit is contained in:
Priti Kumari
2020-03-13 18:30:25 +05:30
committed by GitHub
parent fbf059cdb9
commit 8d6422d8b6

View File

@@ -3,3 +3,5 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11 FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11
RUN yum -y install make wget gcc git httpd-tools RUN yum -y install make wget gcc git httpd-tools
RUN mkdir -p /tmp/secret