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
10
10
11
11
# Environment variables required for this build (do NOT change)
12
12
# -------------------------------------------------------------
13
- ENV ORDS_HOME=/opt/oracle/ords \
13
+ ENV ORDS_HOME=/opt/oracle/ords/ \
14
14
RUN_FILE="runOrdsSSL.sh"
15
15
16
16
# RUN_FILE_NOSSL="runOrdsNOSSL.sh"
17
17
18
18
# Copy binaries
19
19
# -------------
20
20
COPY $RUN_FILE $ORDS_HOME
21
- # COPY $RUN_FILE_NOSSL $ORDS_HOME/
21
+ # COPY $RUN_FILE_NOSSL $ORDS_HOME
22
22
23
23
RUN yum -y install yum-utils bind-utils tree hostname openssl net-tools zip unzip tar wget vim-minimal which sudo expect procps && \
24
24
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