Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

feat: add virt-manager #35

Merged
merged 1 commit into from
Feb 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 && \
Expand Down