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
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 \