Skip to content

Commit 106db1f

Browse files
committed
Use exact path of spbat.sh rather than a glob
1 parent 0513979 commit 106db1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OracleAnalytics/patches/2025-patch/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ COPY --chown=oracle:oracle \
7373
USER oracle
7474

7575
RUN unzip "/u01/$PATCH_PKG_37804819" -d /u01 && \
76-
chmod +x /u01/WLS_SPB_12.2.1.4*/tools/spbat/generic/SPBAT/spbat.sh && \
77-
/u01/WLS_SPB_12.2.1.4*/tools/spbat/generic/SPBAT/spbat.sh -phase apply -oracle_home "$ORACLE_HOME" && \
76+
chmod +x /u01/WLS_SPB_12.2.1.4.250408/tools/spbat/generic/SPBAT/spbat.sh && \
77+
/u01/WLS_SPB_12.2.1.4.250408/tools/spbat/generic/SPBAT/spbat.sh -phase apply -oracle_home "$ORACLE_HOME" && \
7878
rm "/u01/$PATCH_PKG_37804819" && \
7979
unzip "/u01/$PATCH_PKG_34809489" -d /u01 && \
8080
"$ORACLE_HOME/OPatch/opatch" apply -silent /u01/34809489 && \

0 commit comments

Comments
 (0)