mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Create a secret directory in docker file (#2718)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user