php-worker support memcached extension

This commit is contained in:
Shao Yu-Lung (Allen)
2021-04-17 01:08:33 +08:00
parent f1bcc81ec6
commit ddcf0b08da
3 changed files with 20 additions and 8 deletions

View File

@ -318,6 +318,7 @@ services:
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL}
- INSTALL_MONGO=${PHP_WORKER_INSTALL_MONGO}
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH}
- INSTALL_MEMCACHED=${PHP_WORKER_INSTALL_MEMCACHED}
- INSTALL_OCI8=${PHP_WORKER_INSTALL_OCI8}
- INSTALL_PHALCON=${PHP_WORKER_INSTALL_PHALCON}
- INSTALL_SOAP=${PHP_WORKER_INSTALL_SOAP}