File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ LABEL name="drycc-go-dev"
55ENV AZCLI_VERSION=2.9.1 \
66 DOCKER_VERSION=18.09 \
77 GO_VERSION=1.14.6 \
8- HELM_VERSION=v3.2.4 \
98 KUBECTL_VERSION=v1.18.6 \
109 SHELLCHECK_VERSION=v0.7.1 \
1110 ETCDCTL_VERSION=v3.4.10 \
5756 && chmod +x /usr/local/bin/k8s-claimer \
5857 && curl -sSL https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
5958 && chmod +x /usr/local/bin/kubectl \
60- && mkdir -p $GOPATH/src/k8s.io/helm \
61- && curl -sSL https://github.com/helm/helm/archive/$HELM_VERSION.tar.gz \
62- | tar -vxz -C $GOPATH/src/k8s.io/helm --strip=1 \
63- && cd $GOPATH/src/k8s.io/helm && make bootstrap build \
64- && cp ./bin/* /usr/local/bin && cd && rm -rf $GOPATH/src/k8s.io/helm \
6559 && mkdir -p /go/bin \
6660 && curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
6761 && apt-get update && apt-get -f -y install \
You can’t perform that action at this time.
0 commit comments