File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "aws
1717&& sudo unzip awscliv2.zip \
1818&& sudo ./aws/install && sudo rm awscliv2.zip
1919
20- # Install Helm
21- RUN sudo curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
22- && sudo chmod 700 get_helm.sh \
23- && sudo ./get_helm.sh
20+ # Install Helm - uncomment if desired
21+ # RUN sudo curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
22+ # && sudo chmod 700 get_helm.sh \
23+ # && sudo ./get_helm.sh
2424
25- # Install kubectl
26- RUN sudo curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \
27- && sudo chmod +x kubectl \
28- && sudo mv kubectl /usr/local/bin/
25+ # Install kubectl - uncomment if desired
26+ # RUN sudo curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \
27+ # && sudo chmod +x kubectl \
28+ # && sudo mv kubectl /usr/local/bin/
2929
You can’t perform that action at this time.
0 commit comments