diff --git a/infra/image/dockerfile/fedora-latest b/infra/image/dockerfile/fedora-latest index f286f9f9e8..42bb896747 100644 --- a/infra/image/dockerfile/fedora-latest +++ b/infra/image/dockerfile/fedora-latest @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM fedora:rawhide ENV container=podman RUN rm -fv /var/cache/dnf/metadata_lock.pid; \ @@ -6,7 +6,7 @@ dnf makecache; \ dnf --assumeyes install \ /usr/bin/python3 \ /usr/bin/python3-config \ - /usr/bin/dnf-3 \ + python3-libdnf5 \ sudo \ bash \ systemd \ diff --git a/infra/image/dockerfile/fedora-rawhide b/infra/image/dockerfile/fedora-rawhide index b726489efa..42bb896747 100644 --- a/infra/image/dockerfile/fedora-rawhide +++ b/infra/image/dockerfile/fedora-rawhide @@ -6,7 +6,6 @@ dnf makecache; \ dnf --assumeyes install \ /usr/bin/python3 \ /usr/bin/python3-config \ - /usr/bin/dnf-3 \ python3-libdnf5 \ sudo \ bash \