mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
dockerfiles: enable Centos 8 PowerTools
ninja is included in the CentOS PowerTools repository. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1e6e616dc2
commit
f2f984a3b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user