diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 5b447aa9..9e9baad4 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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 # #--------------------------------------------------------------------------