added zip to php-fpm workspace container (so there is no composer warning) (#1903)

This commit is contained in:
vladyslavstartsev
2019-02-16 17:32:03 +02:00
committed by Shao Yu-Lung (Allen)
parent ee2db98c61
commit 1282c413fd
4 changed files with 16 additions and 16 deletions

View File

@ -138,7 +138,6 @@ services:
- INSTALL_MONGO=${PHP_FPM_INSTALL_MONGO}
- INSTALL_AMQP=${PHP_FPM_INSTALL_AMQP}
- INSTALL_MSSQL=${PHP_FPM_INSTALL_MSSQL}
- INSTALL_ZIP_ARCHIVE=${PHP_FPM_INSTALL_ZIP_ARCHIVE}
- INSTALL_BCMATH=${PHP_FPM_INSTALL_BCMATH}
- INSTALL_GMP=${PHP_FPM_INSTALL_GMP}
- INSTALL_PHPREDIS=${PHP_FPM_INSTALL_PHPREDIS}