Skip to content

Commit

Permalink
adding git and postgresql client on the default image
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 authored and ctron committed Feb 14, 2024
1 parent 873ea49 commit 5ca5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/Containerfile.services
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ca5712

Please sign in to comment.