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.
1 parent 934e214 commit 40330aeCopy full SHA for 40330ae
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