From 63b583e59dabfa6a0b278aafe1f81ec01b37507f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Nov 24 2025 18:16:17 +0000 Subject: Move to Fedora Linux 43 base Also name the python3 dependency explicitly since I've seen it not be included in other images that didn't have a lot of dependencies. --- diff --git a/Dockerfile b/Dockerfile index 96bf544..da4f221 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:41 +FROM quay.io/fedora/fedora:43 # Get any latest updates since last container spin RUN dnf update -y @@ -6,6 +6,7 @@ RUN dnf update -y # Install necessary (fedmsg/koji/s3fs/createrepo/fedora-repo-zdicts) binaries/libraries # util-linux is needed for `unshare` RUN dnf -y install awscli \ + python3 \ createrepo_c \ dnf-plugins-core \ fedora-messaging \