File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ FROM container-registry.oracle.com/java/jdk:latest
1010
1111# Environment variables required for this build (do NOT change)
1212# -------------------------------------------------------------
13- ENV ORDS_HOME=/opt/oracle/ords \
13+ ENV ORDS_HOME=/opt/oracle/ords/ \
1414 RUN_FILE="runOrdsSSL.sh"
1515
1616# RUN_FILE_NOSSL="runOrdsNOSSL.sh"
1717
1818# Copy binaries
1919# -------------
2020COPY $RUN_FILE $ORDS_HOME
21- # COPY $RUN_FILE_NOSSL $ORDS_HOME/
21+ # COPY $RUN_FILE_NOSSL $ORDS_HOME
2222
2323RUN yum -y install yum-utils bind-utils tree hostname openssl net-tools zip unzip tar wget vim-minimal which sudo expect procps && \
2424 yum-config-manager --add-repo=http://yum.oracle.com/repo/OracleLinux/OL8/oracle/software/x86_64 && \
You can’t perform that action at this time.
0 commit comments