Berndinox
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -41,7 +41,7 @@ RUN chmod +x /usr/local/bin/kubectl \ |
|
|
|
&& tar -xvf helm-v${HELM_VERSION}-linux-amd64.tar.gz -C /usr/local/bin \ |
|
|
|
&& chmod +x /usr/local/bin/linux-amd64/helm \ |
|
|
|
&& mv /usr/local/bin/linux-amd64/helm /usr/local/bin/ && rm /usr/local/bin/linux-amd64 -rf \ |
|
|
|
&& wget https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}1.20.1/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz \ |
|
|
|
&& wget https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz \ |
|
|
|
&& tar -xvf doctl-${DOCTL_VERSION}-linux-amd64.tar.gz -C /usr/local/bin \ |
|
|
|
&& chmod +x /usr/local/bin/doctl \ |
|
|
|
|
|
|
|