From e85228fe911f83e3d3b3eae6a79cfb6bfacb0c6e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 1 Aug 2022 11:44:35 +0200 Subject: [PATCH] devops: use pip3 to install azure-cli instead of pip (#16085) --- browser_patches/docker_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/docker_build.sh b/browser_patches/docker_build.sh index 9b40b44ddb..571c55eb80 100755 --- a/browser_patches/docker_build.sh +++ b/browser_patches/docker_build.sh @@ -157,7 +157,7 @@ function ensure_docker_container { # Install AZ CLI with Python since they do not ship # aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368 # Pin so future releases dont break us. - pip install azure-cli==2.38.0 + pip3 install azure-cli==2.38.0 fi if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then