diff --git a/Containerfile b/Containerfile index d468351..7e5686a 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi # Install required packages RUN dnf -y install \ + git \ python3 \ python3-pip \ && dnf clean all