Skip to content

Commit

Permalink
Use podman from podman-next
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Sella <nsella@redhat.com>
  • Loading branch information
inknos committed Feb 27, 2025
1 parent eea8603 commit d2a7a62
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ prepare:
how: install
package:
- make
- podman
- python3-pip

- name: enable copr-rhcontainerbot/podman-next
how: install
copr: rhcontainerbot/podman-next

- name: update podman
how: shell
script:
- sudo dnf install -y podman
- sudo dnf update -y podman

- name: pip dependencies
how: shell
script:
Expand Down

0 comments on commit d2a7a62

Please sign in to comment.