Skip to content

Commit

Permalink
chore: Use default script to instal az-cli (#4475)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Apr 26, 2023
1 parent 517ca0d commit 9d22b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN ln -sf bash /bin/sh
# Install python3
RUN apt install -y python3 python3-pip

# Install azure-cli (using pip)
RUN python3 -m pip install azure.cli
# Install azure-cli
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

# Install docker
RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release && \
Expand Down

0 comments on commit 9d22b0c

Please sign in to comment.