We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeadce commit bffad8cCopy full SHA for bffad8c
OracleSOASuite/dockerfiles/14.1.2.0/Containerfile
@@ -98,7 +98,7 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
98
# Extract XEngine tar gz if present
99
if [ -d "${ORACLE_HOME}/soa/soa/thirdparty/edifecs" ] && [ -f "$ORACLE_HOME/soa/soa/thirdparty/edifecs/XEngine_8_4_1_23.tar.gz" ]; then \
100
tar -zxvf "$ORACLE_HOME/soa/soa/thirdparty/edifecs/XEngine_8_4_1_23.tar.gz" \
101
- -C "$ORACLE_HOME/soa/soa/thirdparty/edifecs";
+ -C "$ORACLE_HOME/soa/soa/thirdparty/edifecs"; \
102
else \
103
echo -e "\nNo XEngine_8_4_1_23.tar.gz present in ${ORACLE_HOME}/soa/soa/thirdparty/edifecs directory. Skipping untar."; \
104
fi && \
0 commit comments