Skip to content

Commit d8e7417

Browse files
author
Johnny
committed
add inventory location for opatch cleanup
Former-commit-id: 1fe35d534679bc0b4a24f51fe5b054600f9e6162
1 parent 3d22484 commit d8e7417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN curl -s -o $TMPDIR/maven.tar.gz \
9191
#RUN /u01/app/tools/weblogic-deploy/bin/createDomain.sh ...
9292

9393
# Cleanup
94-
RUN $MW_HOME/OPatch/opatch util cleanup -silent \
94+
RUN $MW_HOME/OPatch/opatch util cleanup -invPtrLoc $INV_LOC/$ORAINST -silent \
9595
&& rm -fr $TMPDIR
9696

9797
ENTRYPOINT /bin/bash

0 commit comments

Comments
 (0)