We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfc9ac commit 361933bCopy full SHA for 361933b
OracleLinuxDevelopers/oraclelinux10/python/3.12-oracledb/Dockerfile
@@ -5,9 +5,6 @@ FROM ghcr.io/oracle/oraclelinux10-python:3.12
5
6
RUN dnf -y install oraclelinux-developer-release-el10 && \
7
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 && \
11
rm -rf /var/cache/dnf
12
13
CMD ["/bin/python3", "--version"]
0 commit comments