(ver4a) Install libvirt-daemon-kvm, required for QEMU/KVM
This commit is contained in:
parent
8e3404bd6c
commit
33e26729a3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM git.uncontrol.me/ver4a/onc-kde:main-nvidia
|
FROM git.uncontrol.me/ver4a/onc-kde:main-nvidia
|
||||||
|
|
||||||
# Install virtualization tools
|
# Install virtualization tools
|
||||||
RUN dnf5 -y install libvirt virt-manager
|
RUN dnf5 -y install libvirt-daemon-kvm virt-manager
|
||||||
|
|
||||||
# Install FCOS related packages
|
# Install FCOS related packages
|
||||||
RUN dnf5 -y install butane coreos-installer
|
RUN dnf5 -y install butane coreos-installer
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM git.uncontrol.me/ver4a/onc-kde:main
|
FROM git.uncontrol.me/ver4a/onc-kde:main
|
||||||
|
|
||||||
# Install virtualization tools
|
# Install virtualization tools
|
||||||
RUN dnf5 -y install libvirt virt-manager
|
RUN dnf5 -y install libvirt-daemon-kvm virt-manager
|
||||||
|
|
||||||
# Install FCOS related packages
|
# Install FCOS related packages
|
||||||
RUN dnf5 -y install butane coreos-installer
|
RUN dnf5 -y install butane coreos-installer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue