浏览代码

Removing ext enable aerospike error

Winfried 8 年之前
父节点
当前提交
ad00284a22
共有 1 个文件被更改,包括 0 次插入1 次删除
  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
 
 #####################################