Skip to content

Commit bde125c

Browse files
committed
Remove libwebkit2gtk-4.1-dev from dependency
1 parent 7dbf52e commit bde125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/debian/test_deb_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export USERNAME=azureuser
88
apt update
99
apt install -y apt-transport-https git gcc python3-dev
1010

11-
dpkg -i /mnt/artifacts/azure-cli_$CLI_VERSION-1~${DISTRO}_*.deb
11+
apt-get install -y /mnt/artifacts/azure-cli_$CLI_VERSION-1~${DISTRO}_*.deb
1212

1313
time az self-test
1414
time az --version

0 commit comments

Comments
 (0)