diff --git a/2.4/Dockerfile.rhel9 b/2.4/Dockerfile.rhel9 index aed43584..75760a71 100644 --- a/2.4/Dockerfile.rhel9 +++ b/2.4/Dockerfile.rhel9 @@ -35,7 +35,7 @@ LABEL summary="${SUMMARY}" \ EXPOSE 8080 EXPOSE 8443 -RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind9.18-utils httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \ +RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \ yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \ httpd -v | grep -qe "Apache/${HTTPD_VERSION}" && echo "Found VERSION ${HTTPD_VERSION}" && \ yum -y clean all --enablerepo='*'