From 592b389fa182f7ede99ea8a78a530156f493c886 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 14 Feb 2023 21:17:25 -0500 Subject: [PATCH] feat: add virt-manager (#35) --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c62ba459..11a88176 100644 --- a/Containerfile +++ b/Containerfile @@ -15,7 +15,8 @@ RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfra RUN rpm-ostree install blackbox-terminal gnome-shell-extension-appindicator gnome-shell-extension-dash-to-dock \ gnome-shell-extension-gsconnect nautilus-gsconnect just libgda libgda-sqlite libratbag-ratbagd openssl podman-docker \ - python3-input-remapper tailscale wireguard-tools yaru-theme && \ + python3-input-remapper tailscale virt-manager wireguard-tools yaru-theme && \ + rm -f /var/lib/unbound/root.key && \ systemctl unmask dconf-update.service && \ systemctl enable dconf-update.service && \ systemctl enable rpm-ostree-countme.service && \