From b10108a9b5c6ff0de86426ed594debd18fa4b011 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 21 Dec 2016 14:20:40 -0500 Subject: [PATCH] disable installing the bcmath by default disable installing the PHP bcmath extension by default on the php-fpm container --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 33ffd90..66933f1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -49,7 +49,7 @@ services: - INSTALL_SOAP=false - INSTALL_MONGO=false - INSTALL_ZIP_ARCHIVE=false - - INSTALL_BCMATH=true + - INSTALL_BCMATH=false - INSTALL_MEMCACHED=false - INSTALL_OPCACHE=false - INSTALL_AEROSPIKE_EXTENSION=false