Skip to content
Snippets Groups Projects
Commit d111f0d9 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 5ab9ae21
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ RUN rm -fv /var/cache/dnf/metadata_lock.pid; \ ...@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment