We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cab89 commit be25536Copy full SHA for be25536
1 file changed
rootfs/Dockerfile
@@ -63,7 +63,7 @@ RUN \
63
&& curl -sSL https://github.com/helm/helm/archive/$HELM_VERSION.tar.gz \
64
| tar -vxz -C $GOPATH/src/k8s.io/helm --strip=1 \
65
&& cd $GOPATH/src/k8s.io/helm && make bootstrap build \
66
- && cp bin/helm /usr/local/bin && cd && rm -rf $GOPATH/src/k8s.io/helm \
+ && cp ./bin/* /usr/local/bin && cd && rm -rf $GOPATH/src/k8s.io/helm \
67
&& mkdir -p /go/bin \
68
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
69
&& 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