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 10bff3c commit 77b15f7Copy full SHA for 77b15f7
oracle/Dockerfile
@@ -17,6 +17,8 @@ RUN mkdir /opt/oracle \
17
&& echo $DIR_ORACLE_INSTANT_CLIENT > /etc/ld.so.conf.d/oracle-instantclient.conf \
18
&& ldconfig
19
20
+RUN ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ${ORACLE_HOME}/libaio.so.1
21
+
22
RUN echo "instantclient,$DIR_ORACLE_INSTANT_CLIENT" | pecl install oci8 \
23
&& docker-php-ext-enable oci8
24
0 commit comments