mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
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.
This commit is contained in:
@@ -5,7 +5,6 @@ RUN rm -fv /var/cache/dnf/metadata_lock.pid; \
|
|||||||
dnf makecache; \
|
dnf makecache; \
|
||||||
dnf --assumeyes install \
|
dnf --assumeyes install \
|
||||||
/usr/bin/python3 \
|
/usr/bin/python3 \
|
||||||
/usr/bin/python3-config \
|
|
||||||
/usr/bin/dnf-3 \
|
/usr/bin/dnf-3 \
|
||||||
sudo \
|
sudo \
|
||||||
bash \
|
bash \
|
||||||
|
|||||||
Reference in New Issue
Block a user