Skip to content

Commit a876f2a

Browse files
adhramesvivek-sam
authored andcommitted
Containerfile Lint fail check
1 parent 3c0e934 commit a876f2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OracleSOASuite/dockerfiles/14.1.2.0/Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
9191
$ORACLE_HOME/OPatch/opatch util cleanup -silent; \
9292
rm -rf /u01/patches /u01/oracle/cfgtoollogs/opatch/*; \
9393
echo "Patches applied in SOA oracle home are:"; \
94-
$ORACLE_HOME/OPatch/opatch lspatches; \
94+
cd $ORACLE_HOME/OPatch && $ORACLE_HOME/OPatch/opatch lspatches && cd -; \
95+
# cd $ORACLE_HOME/OPatch; \
96+
# $ORACLE_HOME/OPatch/opatch lspatches; \
9597
else \
9698
echo "No patches present in patches directory. Skipping patch application."; \
9799
fi && \

0 commit comments

Comments
 (0)