diff --git a/Containerfile b/Containerfile index 2526f003403..996a8dcafc1 100644 --- a/Containerfile +++ b/Containerfile @@ -161,6 +161,10 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ --from repo=updates \ libv4l \ || true && \ + rpm-ostree override replace \ + --experimental \ + https://kojipkgs.fedoraproject.org//packages/python3.12/3.12.5/1.fc40/i686/python3-libs-3.12.5-1.fc40.i686.rpm \ + || true && \ rpm-ostree override remove \ glibc32 \ || true && \