Browse Source

Removing ext enable aerospike error

Winfried 8 years ago
parent
commit
ad00284a22
1 changed files with 0 additions and 1 deletions
  1. 0 1
      php-fpm/Dockerfile-71

+ 0 - 1
php-fpm/Dockerfile-71

@@ -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
 
 #####################################