mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06: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
1 changed files with 3 additions and 1 deletions
|
@ -28,5 +28,7 @@ ENV PACKAGES \
|
||||||
tar \
|
tar \
|
||||||
zlib-devel
|
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
|
RUN rpm -q $PACKAGES | sort > /packages.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue