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 a98bf4b commit 10bff3cCopy full SHA for 10bff3c
oracle/Dockerfile
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get -y install libaio1t64
4
ENV MAJOR_ORACLE_INSTANT_CLIENT=23
5
ENV MINOR_ORACLE_INSTANT_CLIENT=26
6
ENV DIR_ORACLE_INSTANT_CLIENT="/opt/oracle/instantclient_23_26"
7
+ENV ORACLE_HOME=$DIR_ORACLE_INSTANT_CLIENT
8
+ENV LD_LIBRARY_PATH=$DIR_ORACLE_INSTANT_CLIENT
9
10
RUN mkdir /opt/oracle \
11
&& cd /opt/oracle \
0 commit comments