diff --git a/base/Dockerfile b/base/Dockerfile index 31af06d..dcd0aaf 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -26,7 +26,7 @@ COPY container_files/repos/shibboleth.repo /etc/yum.repos.d/security:shibboleth. # Add postgres (list available versions with `dnf module list postgresql`) # Ref: https://www.baeldung.com/ops/postgresql-docker-setup # Ref: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-rocky-linux-8 -RUN dnf install -y nano nc openldap-clients httpd mod_ssl https://archive.fedoraproject.org/pub/archive/epel/9.3/Everything/x86_64/Packages/p/phpldapadmin-1.2.6.6-1.el9.noarch.rpm \ +RUN dnf install -y nano jq xmlstarlet nc openldap-clients httpd mod_ssl https://archive.fedoraproject.org/pub/archive/epel/9.3/Everything/x86_64/Packages/p/phpldapadmin-1.2.6.6-1.el9.noarch.rpm \ && dnf module -y enable postgresql:15 \ && dnf install -y postgresql-server postgresql-contrib \ && dnf install -y 'dnf-command(config-manager)' \