Added curl dependency to the deb pkg build steps.

This commit is contained in:
Fabio Manganiello 2023-09-20 01:48:35 +02:00
parent 3931a3cbf2
commit 9926aefed0
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -295,7 +295,7 @@ steps:
commands:
- echo "-- Installing dependencies"
- apt update
- apt install -y dpkg-dev gpg git python3 python3-pip
- apt install -y curl dpkg-dev gpg git python3 python3-pip
- pip install awscli --break-system-packages
- echo "-- Copying source directory"
@ -396,7 +396,7 @@ steps:
- echo "-- Installing dependencies"
- apt update
- apt install -y dpkg-dev gpg git python3 python3-pip
- apt install -y curl dpkg-dev gpg git python3 python3-pip
- pip install awscli
- echo "--- Parsing metadata"