diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c91b1e..c1859ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,9 +113,7 @@ jobs: name: Install podman on Ubuntu 20.04 command: | export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true - sudo apt-get install -y curl wget gnupg2 source /etc/os-release - echo 'text' | sudo tee -a /path/to/file sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_${VERSION_ID}/Release.key -O- | sudo apt-key add - sudo apt-get update -qq -y