From 9d5f8e55bd13945775311dff99c08249b1133b94 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 24 Nov 2021 14:07:42 -0800 Subject: [PATCH] Fix podman install in ubuntu 20.04 --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) 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