We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dc31b commit a39c949Copy full SHA for a39c949
Dockerfile
@@ -13,6 +13,7 @@ RUN set -x \
13
make \
14
openssh-client \
15
rsync \
16
+ sshpass \
17
&& rm -rf /var/lib/apt/lists/* \
18
&& curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \
19
&& helm plugin install https://github.com/databus23/helm-diff \
0 commit comments