1
0
Fork 0
ostree-native-containers/Dockerfile.kde-nvidia-ver4a
ver4a 808e170e94
Some checks failed
/ build-kde (push) Failing after 8m32s
/ build-gnome (push) Failing after 8m39s
(ver4a) Simplify kde-connect removal and remove discover
2025-02-23 13:55:43 +01:00

22 lines
751 B
Text

FROM git.uncontrol.me/ver4a/onc-kde:main-nvidia
# Install virtualization tools
RUN dnf5 -y install libvirt libvirt-daemon-kvm virt-manager
# Install general utilities
RUN dnf5 -y install croc solaar openrgb
# Install general purpose development tools
RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint uv butane coreos-installer
# Remove unwanted packages
RUN dnf5 -y remove kde-connect plasma-discover plasma-discover-libs
# Remove Firefox rpm (superseded by flatpak Firefox)
RUN dnf5 -y remove firefox firefox-langpacks
# Remove unneeded packages (currently doesn't actually reduce space, but reduces clutter)
RUN dnf5 -y autoremove
# https://github.com/ostreedev/ostree-rs-ext/issues/159
RUN ostree container commit