From 58515780639e9ac8e0b511d63b12479e7c6a5dad Mon Sep 17 00:00:00 2001 From: nkononov Date: Thu, 20 Feb 2025 14:12:56 -0500 Subject: [PATCH] Containerfile: added git package --- Containerfile | 1 + 1 file changed, 1 insertion(+) 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