File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ RUN wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.k
8484# =========================
8585# ADD ADDITIONAL FEATURES
8686# =========================
87- RUN chmod +x -R scripts \
88- && ./scripts/1-kubectl
89- RUN chmod +x -R scripts \
90- && ./scripts/2-kube-devcontainer
91- RUN chmod +x -R scripts \
92- && ./scripts/3-minikube
93- RUN chmod +x -R scripts \
94- && ./scripts/4-helm
95- RUN chmod +x -R scripts \
96- && ./scripts/5-docker
97- RUN chmod +x -R scripts \
98- && ./scripts/6-python
87+ # RUN chmod +x -R scripts \
88+ # && ./scripts/1-kubectl
89+ # RUN chmod +x -R scripts \
90+ # && ./scripts/2-kube-devcontainer
91+ # RUN chmod +x -R scripts \
92+ # && ./scripts/3-minikube
93+ # RUN chmod +x -R scripts \
94+ # && ./scripts/4-helm
95+ # RUN chmod +x -R scripts \
96+ # && ./scripts/5-docker
97+ # RUN chmod +x -R scripts \
98+ # && ./scripts/6-python
You can’t perform that action at this time.
0 commit comments