From 18bd315558f0bd98b657ade039bdc430c20eebac Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 17 Jan 2024 15:18:44 +0000 Subject: [PATCH] Add build deps for ansible-pylibssh --- base/Containerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/Containerfile b/base/Containerfile index 75449fd..a77957f 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -16,7 +16,11 @@ RUN \ microdnf -y upgrade && \ microdnf install -y \ dumb-init \ +# ansible-pylibssh needs: +gcc \ git-core \ +# ansible-pylibssh needs: +libssh-devel \ podman \ python3 \ python3-bcrypt \ @@ -30,4 +34,4 @@ python3-pyrsistent \ python3-pyyaml \ python3-ruamel-yaml \ python3-wheel \ -&& microdnf clean all + && microdnf clean all