Skip to content

Commit 00c7c77

Browse files
committed
disabled features
1 parent 39e6d21 commit 00c7c77

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.devcontainer/Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)