Skip to content

Commit a39c949

Browse files
sshpass is required to use passwords with the ssh connection plugin (#46)
1 parent 50dc31b commit a39c949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN set -x \
1313
make \
1414
openssh-client \
1515
rsync \
16+
sshpass \
1617
&& rm -rf /var/lib/apt/lists/* \
1718
&& curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \
1819
&& helm plugin install https://github.com/databus23/helm-diff \

0 commit comments

Comments
 (0)