From d7193a54031fc16760709b3d93ce3f8c892bf2cd Mon Sep 17 00:00:00 2001 From: Robert Volkmann Date: Mon, 20 Oct 2025 19:32:12 +0200 Subject: [PATCH] sshpass is required to use passwords with the ssh connection plugin --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c8bf2c6..2ca8f91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN set -x \ make \ openssh-client \ rsync \ + sshpass \ && rm -rf /var/lib/apt/lists/* \ && curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \ && helm plugin install https://github.com/databus23/helm-diff \