Skip to content

Commit 883c232

Browse files
committed
clean up opatch at the end
Former-commit-id: 6979880b86a9d74a390eb96980f29df1c2614ec4
1 parent bbbb744 commit 883c232

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
@@ -80,7 +80,7 @@ RUN unzip /u01/app/tools/wdt/weblogic-deploy-tooling/installer/target/weblogic-d
8080

8181
# Cleanup
8282

83-
RUN rm -fr $TMPDIR
83+
RUN rm -fr $TMPDIR && $MW_HOME/OPatch/opatch util cleanup -silent
8484

8585
ENTRYPOINT /bin/bash
8686

0 commit comments

Comments
 (0)