We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbf52e commit bde125cCopy full SHA for bde125c
scripts/release/debian/test_deb_in_docker.sh
@@ -8,7 +8,7 @@ export USERNAME=azureuser
8
apt update
9
apt install -y apt-transport-https git gcc python3-dev
10
11
-dpkg -i /mnt/artifacts/azure-cli_$CLI_VERSION-1~${DISTRO}_*.deb
+apt-get install -y /mnt/artifacts/azure-cli_$CLI_VERSION-1~${DISTRO}_*.deb
12
13
time az self-test
14
time az --version
0 commit comments