From 74190e6e009248e1625716b445e371c7ee986c42 Mon Sep 17 00:00:00 2001 From: ver4a Date: Thu, 14 Nov 2024 14:59:50 +0100 Subject: [PATCH] Install libvirt Commit 0c15f5de43c2ca64c2ed4bd59f994cfcc72ebdb7 caused libvirt to not be installed as a weak dependency to virt-manager, this resolves that side-effect. --- Dockerfile.gnome | 2 +- Dockerfile.kde | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.gnome b/Dockerfile.gnome index 3c89c93..a0078f5 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -15,7 +15,7 @@ RUN dnf5 -y install --allowerasing ffmpeg RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 # 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 diff --git a/Dockerfile.kde b/Dockerfile.kde index a2a0987..6d1bc5e 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -15,7 +15,7 @@ RUN dnf5 -y install --allowerasing ffmpeg RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 # 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