disable installing the bcmath by default

disable installing the PHP bcmath extension by default on the php-fpm container
This commit is contained in:
Mahmoud Zalt 2016-12-21 14:20:40 -05:00 committed by GitHub
parent dd3e88fba9
commit b10108a9b5

View File

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