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.
2 parents 934e214 + 40330ae commit 9cf4df7Copy full SHA for 9cf4df7
imagetool/src/main/resources/docker-files/install-middleware.mustache
@@ -59,7 +59,7 @@ RUN echo "INSTALLING MIDDLEWARE" \
59
60
{{#useOwnerPermsForGroup}}
61
# OPatch needs write permissions to the logs folder and lock file when running in OpenShift
62
- RUN mkdir ${ORACLE_HOME}/cfgtoollogs \
+ RUN mkdir -p ${ORACLE_HOME}/cfgtoollogs \
63
&& chmod g=u ${ORACLE_HOME}/cfgtoollogs \
64
&& chmod g=u ${ORACLE_HOME}/inventory/locks/oh.lock
65
{{/useOwnerPermsForGroup}}
0 commit comments