remove unused ENV, extract to /helm, add /helm/linux-amd64 to PATH
This commit is contained in:
		
							parent
							
								
									9dc9bd8a98
								
							
						
					
					
						commit
						117da020ef
					
				| @ -6,6 +6,7 @@ ARG HELM_VERSION=v2.9.0 | ||||
| 
 | ||||
| RUN apk add --no-cache curl tar gzip | ||||
| 
 | ||||
| ENV HELM_FILE=helm-$HELM_VERSION-linux-amd64.tar.gz | ||||
| ENV PATH "$PATH:/helm/linux-amd64" | ||||
| 
 | ||||
| RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz | tar xz -C /helm | ||||
| 
 | ||||
| RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz | tar xz | ||||
		Reference in New Issue
	
	Block a user