Skip to content

Commit 36dd891

Browse files
ddsharpejshum2479
authored andcommitted
WLS install should ignore prerequisites, similar to current production WLS Dockerfiles on Github (#12)
1 parent 15b1dbb commit 36dd891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagetool/src/main/resources/docker-files/Dockerfile.create

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ USER oracle
6666

6767
RUN unzip $OTMPDIR/$WLS_PKG -d $OTMPDIR \
6868
&& $JAVA_HOME/bin/java -Xmx1024m -jar $OTMPDIR/fmw_*.jar -silent ORACLE_HOME=$ORACLE_HOME \
69-
-responseFile $OTMPDIR/$WLS_RESP -invPtrLoc $INV_LOC/$ORAINST -novalidation \
69+
-responseFile $OTMPDIR/$WLS_RESP -invPtrLoc $INV_LOC/$ORAINST -ignoreSysPrereqs -force -novalidation \
7070
# PLACEHOLDER FOR %%CREATE_OPATCH_1394%% #
7171
# PLACEHOLDER FOR %%CREATE_PATCH_APPLY%% #
7272
&& rm -rf $JAVA_HOME $OTMPDIR

0 commit comments

Comments
 (0)