We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93675cd + ef2b9fc commit cd6d96fCopy full SHA for cd6d96f
cicd/Dockerfile
@@ -57,6 +57,13 @@ RUN wget https://get.helm.sh/helm-${helm_version}-linux-amd64.tar.gz
57
RUN tar xfvz helm-${helm_version}-linux-amd64.tar.gz
58
RUN mv linux-amd64/helm /usr/local/bin/helm
59
60
+# install hcloud
61
+ENV HCLOUD_VERSION=v1.47.0
62
+RUN curl -L https://github.com/hetznercloud/cli/releases/download/${HCLOUD_VERSION}/hcloud-linux-amd64.tar.gz \
63
+ | tar -xz -C /usr/local/bin
64
+RUN chmod +x /usr/local/bin/hcloud
65
+RUN hcloud version
66
+
67
WORKDIR /
68
RUN rm -rf /tmp/downloads
69
0 commit comments