Merge pull request #355 from zabbix/master

Fixed Apache SSL on CentOS
This commit is contained in:
Alexey Pustovalov
2018-08-15 12:25:34 +09:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ RUN groupadd --system zabbix && \
curl \ curl \
httpd \ httpd \
mariadb \ mariadb \
mod_ssl \
php \ php \
php-bcmath \ php-bcmath \
php-gd \ php-gd \

View File

@ -71,6 +71,7 @@ RUN groupadd --system zabbix && \
dejavu-sans-fonts \ dejavu-sans-fonts \
curl \ curl \
httpd \ httpd \
mod_ssl \
php \ php \
php-bcmath \ php-bcmath \
php-gd \ php-gd \