Remove 'apt-get upgrade -y' from podman install

This commit is contained in:
Joe Rickerby
2022-11-26 20:25:13 +00:00
parent 9c6416d4ac
commit bbaed15c9a
-1
View File
@@ -56,7 +56,6 @@ jobs:
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -sSfL "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install podman
- name: Install dependencies