Skip to content

Commit 10bff3c

Browse files
committed
set oracle home
1 parent a98bf4b commit 10bff3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oracle/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get -y install libaio1t64
44
ENV MAJOR_ORACLE_INSTANT_CLIENT=23
55
ENV MINOR_ORACLE_INSTANT_CLIENT=26
66
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
79

810
RUN mkdir /opt/oracle \
911
&& cd /opt/oracle \

0 commit comments

Comments
 (0)