Skip to content

Commit be25536

Browse files
committed
Add all helm binaries to /usr/local/bin
1 parent 36cab89 commit be25536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN \
6363
&& curl -sSL https://github.com/helm/helm/archive/$HELM_VERSION.tar.gz \
6464
| tar -vxz -C $GOPATH/src/k8s.io/helm --strip=1 \
6565
&& cd $GOPATH/src/k8s.io/helm && make bootstrap build \
66-
&& cp bin/helm /usr/local/bin && cd && rm -rf $GOPATH/src/k8s.io/helm \
66+
&& cp ./bin/* /usr/local/bin && cd && rm -rf $GOPATH/src/k8s.io/helm \
6767
&& mkdir -p /go/bin \
6868
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
6969
&& wget https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod/pool/main/a/azcopy/azcopy_7.2.0-netcore_ubuntu16.04_x64.deb \

0 commit comments

Comments
 (0)