Skip to content

Commit

Permalink
Install jq and xmlstarlet so can run WS analysis from inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Feb 20, 2025
1 parent 681eb02 commit 1bd2a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)' \
Expand Down

0 comments on commit 1bd2a75

Please sign in to comment.