Skip to content

Commit 77b15f7

Browse files
committed
add libaio symlink
1 parent 10bff3c commit 77b15f7

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
@@ -17,6 +17,8 @@ RUN mkdir /opt/oracle \
1717
&& echo $DIR_ORACLE_INSTANT_CLIENT > /etc/ld.so.conf.d/oracle-instantclient.conf \
1818
&& ldconfig
1919

20+
RUN ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ${ORACLE_HOME}/libaio.so.1
21+
2022
RUN echo "instantclient,$DIR_ORACLE_INSTANT_CLIENT" | pecl install oci8 \
2123
&& docker-php-ext-enable oci8
2224

0 commit comments

Comments
 (0)