diff --git a/web-apache-mysql/centos/Dockerfile b/web-apache-mysql/centos/Dockerfile index 6b2a177cf..7d65c86f8 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 625826db9..3b9649ab2 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 \