File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ RUN apk add --update libaio libnsl && \
1616 ln -s ${ORACLE_HOME}/libocci.so.* ${ORACLE_HOME}/libocci.so && \
1717 ln -s ${ORACLE_HOME}/lib* /usr/lib && \
1818 ln -s ${ORACLE_HOME}/sqlplus /usr/bin/sqlplus && \
19- ln -s /usr/lib/libnsl.so.2.0.0 /usr/lib/libnsl.so.1 && \
19+ ln -s /usr/lib/libnsl.so.2 /usr/lib/libnsl.so.1 && \
2020 docker-php-ext-configure oci8 --with-oci8=instantclient,$ORACLE_HOME && \
2121 docker-php-ext-install oci8
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ RUN apk add --update libaio libnsl && \
1616 ln -s ${ORACLE_HOME}/libocci.so.* ${ORACLE_HOME}/libocci.so && \
1717 ln -s ${ORACLE_HOME}/lib* /usr/lib && \
1818 ln -s ${ORACLE_HOME}/sqlplus /usr/bin/sqlplus && \
19- ln -s /usr/lib/libnsl.so.2.0.0 /usr/lib/libnsl.so.1 && \
19+ ln -s /usr/lib/libnsl.so.2 /usr/lib/libnsl.so.1 && \
2020 docker-php-ext-configure oci8 --with-oci8=instantclient,$ORACLE_HOME && \
2121 docker-php-ext-install oci8
You can’t perform that action at this time.
0 commit comments