Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholegalaxy authored Dec 17, 2018
1 parent 4991662 commit 374f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV KUBE_CTL_VERSION=v1.12.2

RUN apk add --no-cache --update --virtual .build-deps \
curl ca-certificates \
&& curl -L "https://github.com/rancher/cli/releases/download/${RANCHER_CLI_VERSION}/rancher-linux-amd64-${RANCHER_CLI_VERSION}.tar.gzfix" | tar -xvzf - \
&& curl -L "https://github.com/rancher/cli/releases/download/${RANCHER_CLI_VERSION}/rancher-linux-amd64-${RANCHER_CLI_VERSION}.tar.gz" | tar -xvzf - \
&& mv "rancher-${RANCHER_CLI_VERSION}/rancher" /usr/local/bin/rancher \
&& chmod +x /usr/local/bin/rancher \
&& curl -LO "https://storage.googleapis.com/kubernetes-release/release/${KUBE_CTL_VERSION}/bin/linux/amd64/kubectl" \
Expand Down

0 comments on commit 374f7c4

Please sign in to comment.