diff --git a/plans/main.fmf b/plans/main.fmf index cb70fc96..7e9aeb54 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -9,9 +9,15 @@ prepare: how: install package: - make - - podman - python3-pip + - name: enable rhcontainerbot/podman-next update podman + how: shell + script: + - sudo dnf copr enable -y rhcontainerbot/podman-next + - sudo dnf install -y podman + - sudo dnf update -y podman --refresh --setopt=allow_vendor_change=true --best --allowerasing + - name: pip dependencies how: shell script: