Skip to content

Commit

Permalink
Bugfix/aditya059/fix issue 2905 (#2906)
Browse files Browse the repository at this point in the history
* Replaced 23.5 with 23.6 dockerfiles

* Added slash in prebuilt dockerfile copy command
  • Loading branch information
aditya059 authored Jan 23, 2025
1 parent 2bf806b commit 6aea2b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV ORACLE_PDB=${ORACLE_PDB}
ENV ORACLE_PWD=${ORACLE_PWD}
ENV AUTO_MEM_CALCULATION=${AUTO_MEM_CALCULATION:-false}

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

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

0 comments on commit 6aea2b1

Please sign in to comment.