Added SOAP option to php-fpm install.

This commit is contained in:
Austin Benesh
2016-12-15 12:13:27 -07:00
parent 9d60dad222
commit da6b950623
3 changed files with 25 additions and 0 deletions

View File

@ -45,6 +45,7 @@ services:
context: ./php-fpm
args:
- INSTALL_XDEBUG=false
- INSTALL_SOAP=false
- INSTALL_MONGO=false
- INSTALL_ZIP_ARCHIVE=false
- INSTALL_MEMCACHED=false