From f28688551cbf44f12a5f28ab519c0b9f96e46282 Mon Sep 17 00:00:00 2001 From: Michele Zuccala Date: Wed, 25 Aug 2021 08:16:36 +0000 Subject: [PATCH] fix(build): adapt to new debian 11 package names Signed-off-by: Michele Zuccala --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63d7a21a78e..8da5ef22ada 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -403,7 +403,7 @@ jobs: name: Setup command: | apt update -y - apt-get install apt-utils bzip2 gpg python python-pip -y + apt-get install apt-utils bzip2 gpg python python3-pip -y pip install awscli echo $GPG_KEY | base64 -d | gpg --import - run: @@ -517,7 +517,7 @@ jobs: name: Setup command: | apt update -y - apt-get install apt-utils bzip2 gpg python python-pip -y + apt-get install apt-utils bzip2 gpg python python3-pip -y pip install awscli echo $GPG_KEY | base64 -d | gpg --import - run: