From d111f0d92bc1738756c8dcae0725b7729679d6cc Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Tue, 15 Feb 2022 11:29:03 -0300
Subject: [PATCH] ci images: Fix creation of CentOS 9 stream test container.

CentOS 9 Stream package pytho3-devel was not installable, and as it is
not required for the testing container, it was removed from the
Dockerfile used to create the image.
---
 molecule/centos-9-build/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/molecule/centos-9-build/Dockerfile b/molecule/centos-9-build/Dockerfile
index 8d943454..2bb39a10 100644
--- a/molecule/centos-9-build/Dockerfile
+++ b/molecule/centos-9-build/Dockerfile
@@ -5,7 +5,6 @@ RUN rm -fv /var/cache/dnf/metadata_lock.pid; \
 dnf makecache; \
 dnf --assumeyes install \
     /usr/bin/python3 \
-    /usr/bin/python3-config \
     /usr/bin/dnf-3 \
     sudo \
     bash \
-- 
GitLab