From 9d22b0c510f971cfaa99d43e4ed2388b78d83423 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Wed, 26 Apr 2023 09:19:00 +0200 Subject: [PATCH] chore: Use default script to instal az-cli (#4475) --- tools/build-tools.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build-tools.Dockerfile b/tools/build-tools.Dockerfile index 7c94190445c..a9e6f478ee8 100644 --- a/tools/build-tools.Dockerfile +++ b/tools/build-tools.Dockerfile @@ -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 && \