Skip to content

Commit

Permalink
cirrus: replace dnf command
Browse files Browse the repository at this point in the history
The new images updated to f41 and thus contain dnf5, dnf erase is no
longer valid so just call dnf remove to remove the package.

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Dec 13, 2024
1 parent e876b07 commit f8324c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cirrus/build_podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -xeo pipefail

systemctl stop podman.socket || :

dnf erase podman -y
dnf remove podman -y
dnf copr enable rhcontainerbot/podman-next -y
dnf install podman -y

0 comments on commit f8324c2

Please sign in to comment.