1
0
Fork 0

(ver4a) Install libvirt-daemon-kvm, required for QEMU/KVM
All checks were successful
/ build-kde (push) Successful in 9m46s
/ build-gnome (push) Successful in 6m0s

This commit is contained in:
ver4a 2024-11-18 18:28:46 +01:00
parent 8e3404bd6c
commit 33e26729a3
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM git.uncontrol.me/ver4a/onc-kde:main-nvidia
# Install virtualization tools
RUN dnf5 -y install libvirt virt-manager
RUN dnf5 -y install libvirt-daemon-kvm virt-manager
# Install FCOS related packages
RUN dnf5 -y install butane coreos-installer

View file

@ -1,7 +1,7 @@
FROM git.uncontrol.me/ver4a/onc-kde:main
# Install virtualization tools
RUN dnf5 -y install libvirt virt-manager
RUN dnf5 -y install libvirt-daemon-kvm virt-manager
# Install FCOS related packages
RUN dnf5 -y install butane coreos-installer