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 77b15f7 commit 8fbce57Copy full SHA for 8fbce57
oracle/Dockerfile
@@ -4,8 +4,6 @@ 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 \
@@ -22,5 +20,5 @@ RUN ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ${ORACLE_HOME}/libaio.so.1
22
20
RUN echo "instantclient,$DIR_ORACLE_INSTANT_CLIENT" | pecl install oci8 \
23
21
&& docker-php-ext-enable oci8
24
25
-RUN pecl install pdo_oci \
+RUN echo "instantclient,$DIR_ORACLE_INSTANT_CLIENT" | pecl install pdo_oci \
26
&& docker-php-ext-enable pdo_oci \
0 commit comments