Add PHP_FPM_INSTALL_RDKAFKA as an option to install rdkafka extension (#2040)

This commit is contained in:
Rainer Eli
2019-05-08 04:15:09 -06:00
committed by Shao Yu-Lung (Allen)
parent d34602ae29
commit d8b3cb5a52
3 changed files with 14 additions and 0 deletions

View File

@ -167,6 +167,7 @@ services:
- INSTALL_IONCUBE=${PHP_FPM_INSTALL_IONCUBE}
- INSTALL_APCU=${PHP_FPM_INSTALL_APCU}
- INSTALL_YAML=${PHP_FPM_INSTALL_YAML}
- INSTALL_RDKAFKA=${PHP_FPM_INSTALL_RDKAFKA}
- INSTALL_ADDITIONAL_LOCALES=${PHP_FPM_INSTALL_ADDITIONAL_LOCALES}
- INSTALL_MYSQL_CLIENT=${PHP_FPM_INSTALL_MYSQL_CLIENT}
- ADDITIONAL_LOCALES=${PHP_FPM_ADDITIONAL_LOCALES}