Skip to content

Commit 88e7d1d

Browse files
committed
Install software-properties-common on debian
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 0c7ba1f commit 88e7d1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/ci/azure-container-deb.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
displayName: Install sudo
2020

2121
- script: |
22+
set -ex
2223
sudo apt-get -y update
2324
sudo apt-get -y install \
2425
build-essential \
2526
xz-utils zlib1g bzip2 libbz2-1.0 tar \
26-
sqlite3 libxml2-dev libxslt1-dev
27+
sqlite3 libxml2-dev libxslt1-dev \
28+
software-properties-common
2729
displayName: Install required packages
2830
2931
- script: ${{ parameters.install_python }}

0 commit comments

Comments
 (0)