Merge pull request #300 from lialosiu/master

fix php warning in Workspace: "Unable to load dynamic library aerospike"
This commit is contained in:
Mahmoud Zalt 2016-09-10 17:48:24 -04:00 committed by GitHub
commit 2ed475f1ef

View File

@ -186,6 +186,9 @@ RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
) \
&& rm /tmp/aerospike-client-php.tar.gz \
;fi
RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = false ]; then \
rm /etc/php/7.0/cli/conf.d/aerospike.ini \
;fi
#
#--------------------------------------------------------------------------