Skip to content

Commit ba0ce76

Browse files
committed
fix: delete helm
1 parent dbf743c commit ba0ce76

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

rootfs/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ LABEL name="drycc-go-dev"
55
ENV 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 \
@@ -57,11 +56,6 @@ RUN \
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 \

0 commit comments

Comments
 (0)