1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-04-26 20:28:55 +02:00

Fixed Apache SSL on CentOS

This commit is contained in:
root 2018-08-15 12:24:39 +09:00
parent 4c5fdc1b1b
commit faee6eebe8
2 changed files with 2 additions and 0 deletions
web-apache-mysql/centos
web-apache-pgsql/centos

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 \