diff --git a/2.4/Dockerfile.rhel9 b/2.4/Dockerfile.rhel9 index 6e78a97a..97d4e06d 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 bind-utils httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \ +RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind9.18-utils httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \ yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \ httpd -v | grep -qe "Apache/$HTTPD_VERSION" && echo "Found VERSION $HTTPD_VERSION" && \