diff --git a/.circleci/config.yml b/.circleci/config.yml index d21a3d6..c3be946 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -372,8 +372,8 @@ workflows: distro_version: "10" 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: "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" + # 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 + s3cmd_install_command: "apt-get install -y python3-pip; pip3 install s3cmd; ls -la ~/.local/bin; ln -s ~/.local/bin/s3cmd /usr/bin/s3cmd" - build_debian: docker_image: "debian:bullseye" distro_version: "11"