diff --git a/web-apache-mysql/centos/Dockerfile b/web-apache-mysql/centos/Dockerfile index 6b70c8206..bb3b9acef 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 3462e368a..abf90ff69 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 \