Removing ext enable aerospike error

This commit is contained in:
Winfried 2017-04-12 00:35:11 +02:00
parent 7dbe65e5f8
commit ad00284a22

View File

@ -136,7 +136,6 @@ RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
&& make install \
) \
&& rm /tmp/aerospike-client-php.tar.gz \
&& docker-php-ext-enable aerospike \
;fi
#####################################