1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Added dependency for software-properties-common for Debian 10

This commit is contained in:
Pavel Odintsov 2023-05-22 23:12:21 +01:00
parent 7062bc4ee0
commit b6179eae8c

@ -373,7 +373,7 @@ workflows:
name: "debian10"
distro_name: "debian"
# We do it this way because this version of Debian has no s3cmd in official repos for some reasons: https://packages.debian.org/buster-backports/s3cmd and then we install it from backports
s3cmd_install_command: "add-apt-repository --yes 'deb http://deb.debian.org/debian buster-backports main'; apt-get update; apt-get install -t bullseye-backports -y s3cmd"
s3cmd_install_command: "apt-get install -y software-properties-common; add-apt-repository --yes 'deb http://deb.debian.org/debian buster-backports main'; apt-get update; apt-get install -t bullseye-backports -y s3cmd"
- build_debian:
docker_image: "debian:bullseye"
distro_version: "11"