Merge pull request #2492 from bestlong/fix-php-worker-74

php 7.4 php-worker zip ext.
This commit is contained in:
Shao Yu-Lung (Allen)
2020-02-05 16:38:18 +08:00
committed by GitHub
2 changed files with 13 additions and 6 deletions

View File

@ -248,7 +248,7 @@ services:
context: ./php-worker
args:
- CHANGE_SOURCE=${CHANGE_SOURCE}
- PHP_VERSION=${PHP_VERSION}
- LARADOCK_PHP_VERSION=${PHP_VERSION}
- PHALCON_VERSION=${PHALCON_VERSION}
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL}
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH}