From 374f7c43233d3e67348020eb938689cf27d633be Mon Sep 17 00:00:00 2001 From: blackholegalaxy Date: Mon, 17 Dec 2018 08:40:57 -0500 Subject: [PATCH] fix: typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3ea676..1992867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \