Merge pull request #357 from zabbix/master

Fixed Apache SSL on CentOS
This commit is contained in:
Alexey Pustovalov 2018-08-15 12:26:02 +09:00 committed by GitHub
commit 3b96a97391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \