Added curl dependency to the deb pkg build steps.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-09-20 01:48:35 +02:00
parent 3931a3cbf2
commit 9926aefed0
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 2 deletions

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"