File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OracleSOASuite/dockerfiles/14.1.2.0 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
8989 rm -f /u01/patches/p*.zip; \
9090 $ORACLE_HOME/OPatch/opatch napply -silent -oh $ORACLE_HOME -jre $JAVA_HOME -invPtrLoc /u01/oraInst.loc -phBaseDir /u01/patches; \
9191 $ORACLE_HOME/OPatch/opatch util cleanup -silent; \
92- rm -rf /u01/patches /u01/oracle/cfgtoollogs/opatch/*; \
92+ rm -rf /u01/patches/* /u01/oracle/cfgtoollogs/opatch/*; \
9393 echo "Patches applied in SOA oracle home are:" ; \
94- cd $ORACLE_HOME/OPatch && opatch lspatches && cd - \
94+ $ORACLE_HOME/OPatch/ opatch lspatches; \
9595 # cd $ORACLE_HOME/OPatch; \
9696 # $ORACLE_HOME/OPatch/opatch lspatches; \
9797 else \
You can’t perform that action at this time.
0 commit comments