1
0
Fork 0

Install libvirt

Commit 0c15f5de43 caused libvirt to not be
installed as a weak dependency to virt-manager, this resolves that
side-effect.
This commit is contained in:
ver4a 2024-11-14 14:59:50 +01:00
parent 52d8af5154
commit 74190e6e00
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ RUN dnf5 -y install --allowerasing ffmpeg
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
# Bulk of layered packages # Bulk of layered packages
RUN dnf5 -y install virt-manager vim neovim bat btop pv restic zstd nmap-ncat RUN dnf5 -y install virt-manager libvirt vim neovim bat btop pv restic zstd nmap-ncat
RUN systemctl enable libvirtd RUN systemctl enable libvirtd

View file

@ -15,7 +15,7 @@ RUN dnf5 -y install --allowerasing ffmpeg
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
# Bulk of layered packages # Bulk of layered packages
RUN dnf5 -y install virt-manager vim neovim bat btop pv restic zstd nmap-ncat RUN dnf5 -y install virt-manager libvirt vim neovim bat btop pv restic zstd nmap-ncat
RUN systemctl enable libvirtd RUN systemctl enable libvirtd