1
0
Fork 0

(ver4a) Install missing libvirt packages
Some checks failed
/ build-kde (push) Failing after 4m18s
/ build-gnome (push) Failing after 2m25s

This commit is contained in:
ver4a 2024-11-19 11:24:54 +01:00
parent 33e26729a3
commit a5ec1de171
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-daemon-kvm virt-manager
RUN dnf5 -y install libvirt 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-daemon-kvm virt-manager
RUN dnf5 -y install libvirt libvirt-daemon-kvm virt-manager
# Install FCOS related packages
RUN dnf5 -y install butane coreos-installer