diff --git a/web-apache-mysql/centos/Dockerfile b/web-apache-mysql/centos/Dockerfile index 0aa27b8db..8bbdff5ee 100644 --- a/web-apache-mysql/centos/Dockerfile +++ b/web-apache-mysql/centos/Dockerfile @@ -71,6 +71,7 @@ RUN groupadd --system zabbix && \ curl \ httpd \ mariadb \ + mod_ssl \ php \ php-bcmath \ php-gd \ diff --git a/web-apache-pgsql/centos/Dockerfile b/web-apache-pgsql/centos/Dockerfile index 05a741678..86af76661 100644 --- a/web-apache-pgsql/centos/Dockerfile +++ b/web-apache-pgsql/centos/Dockerfile @@ -71,6 +71,7 @@ RUN groupadd --system zabbix && \ dejavu-sans-fonts \ curl \ httpd \ + mod_ssl \ php \ php-bcmath \ php-gd \