Skip to content

Commit 6aea2b1

Browse files
authored
Bugfix/aditya059/fix issue 2905 (#2906)
* Replaced 23.5 with 23.6 dockerfiles * Added slash in prebuilt dockerfile copy command
1 parent 2bf806b commit 6aea2b1

File tree

1 file changed

+1
-1
lines changed
  • OracleDatabase/SingleInstance/extensions/prebuiltdb

1 file changed

+1
-1
lines changed

OracleDatabase/SingleInstance/extensions/prebuiltdb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV ORACLE_PDB=${ORACLE_PDB}
3636
ENV ORACLE_PWD=${ORACLE_PWD}
3737
ENV AUTO_MEM_CALCULATION=${AUTO_MEM_CALCULATION:-false}
3838

39-
COPY --chown=oracle:dba setup/* "$ORACLE_BASE"/scripts/extensions/setup
39+
COPY --chown=oracle:dba setup/* "$ORACLE_BASE"/scripts/extensions/setup/
4040

4141
# Creating the database
4242
RUN "$ORACLE_BASE/$RUN_FILE" --nowait

0 commit comments

Comments
 (0)