Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 9a4dbb4

Browse files
committed
update and cleanup devcontainer
1 parent db74536 commit 9a4dbb4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ RUN apt-get update && apt-get install -y \
2828
software-properties-common
2929
# install Azure CLI
3030
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
31-
RUN az bicep install
32-
# install kubectl
33-
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
34-
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
31+
# install bicep and kubectl
32+
RUN az bicep install && az aks install-cli
3533
# install helm
3634
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
3735
&& chmod 700 get_helm.sh \

0 commit comments

Comments
 (0)