Skip to content

Commit

Permalink
add azure cli to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea committed Dec 20, 2023
1 parent 91c292b commit 0a5532f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ RUN mv kubectl /usr/local/bin/
RUN curl -Lo /usr/bin/yq "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64" \
&& chmod +x /usr/bin/yq

# Install Azure CLI
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash


# Install packages
RUN apt-get update && \
apt install -y jq && \
Expand Down

0 comments on commit 0a5532f

Please sign in to comment.