diff --git a/container_files/Containerfile.services b/container_files/Containerfile.services index b80c34ae9..98ae431e3 100644 --- a/container_files/Containerfile.services +++ b/container_files/Containerfile.services @@ -103,7 +103,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest LABEL org.opencontainers.image.source="https://github.com/trustification/trustification" -RUN microdnf update -y && microdnf install -y nginx jq +RUN microdnf update -y && microdnf install -y nginx jq git postgresql RUN true \ && mkdir /public \ && mkdir /endpoints