add MYSQL_CLIENT and AMQP for php-worker (#1949)

This commit is contained in:
Lan Phan
2019-02-09 15:34:34 +07:00
committed by Shao Yu-Lung (Allen)
parent b1e346383b
commit d5647295ca
3 changed files with 22 additions and 2 deletions

View File

@ -173,6 +173,8 @@ PHP_WORKER_INSTALL_BCMATH=false
PHP_WORKER_INSTALL_PHALCON=false
PHP_WORKER_INSTALL_SOAP=false
PHP_WORKER_INSTALL_ZIP_ARCHIVE=false
PHP_WORKER_INSTALL_MYSQL_CLIENT=false
PHP_WORKER_INSTALL_AMQP=false
PHP_WORKER_PUID=1000
PHP_WORKER_PGID=1000