diff --git a/web-apache-mysql/centos/Dockerfile b/web-apache-mysql/centos/Dockerfile index 43e5e2ffb..7b58cf44d 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 622fef909..464414500 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 \