Skip to content

Commit 361933b

Browse files
committed
No instantclient
1 parent 5dfc9ac commit 361933b

File tree

1 file changed

+0
-3
lines changed
  • OracleLinuxDevelopers/oraclelinux10/python/3.12-oracledb

1 file changed

+0
-3
lines changed

OracleLinuxDevelopers/oraclelinux10/python/3.12-oracledb/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ FROM ghcr.io/oracle/oraclelinux10-python:3.12
55

66
RUN dnf -y install oraclelinux-developer-release-el10 && \
77
dnf -y install python3.12-oracledb && \
8-
# Optionally install Oracle Instant Client to use python-oracledb Thick mode
9-
# dnf -y install oracle-instantclient-release-23ai-el10 && \
10-
# dnf -y install oracle-instantclient-basic && \
118
rm -rf /var/cache/dnf
129

1310
CMD ["/bin/python3", "--version"]

0 commit comments

Comments
 (0)