Skip to content
Snippets Groups Projects
Commit f2f984a3 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

dockerfiles: enable Centos 8 PowerTools


ninja is included in the CentOS PowerTools repository.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 1e6e616d
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,7 @@ ENV PACKAGES \
tar \
zlib-devel
RUN dnf install -y $PACKAGES
RUN dnf install -y dnf-plugins-core && \
dnf config-manager --set-enabled PowerTools && \
dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment