We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b3fe6 commit 3a51000Copy full SHA for 3a51000
1 file changed
workspace/Dockerfile
@@ -186,6 +186,9 @@ RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
186
) \
187
&& rm /tmp/aerospike-client-php.tar.gz \
188
;fi
189
+RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = false ]; then \
190
+ rm /etc/php/7.0/cli/conf.d/aerospike.ini \
191
+;fi
192
193
#
194
#--------------------------------------------------------------------------
0 commit comments