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
commit 68faf8d16d
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 \
httpd \
mariadb \
mod_ssl \
php \
php-bcmath \
php-gd \

View File

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