From b805fefc3a9ef5d85e38f3ad33c1d183f9a88273 Mon Sep 17 00:00:00 2001 From: nkononov Date: Mon, 24 Feb 2025 17:56:25 -0500 Subject: [PATCH] Containerfile: added sshpass package --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 7e5686a..3db7011 100644 --- a/Containerfile +++ b/Containerfile @@ -3,6 +3,7 @@ FROM registry.access.redhat.com/ubi9/ubi # Install required packages RUN dnf -y install \ git \ + sshpass \ python3 \ python3-pip \ && dnf clean all