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