1
0
Fork 0
ostree-native-containers/Dockerfile.kde-nvidia-ver4a
ver4a f9e4fe33f5
All checks were successful
/ build-gnome (push) Successful in 13m59s
/ build-kde (push) Successful in 19m7s
(ver4a) Install openrgb
2025-01-28 21:54:19 +01:00

31 lines
892 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 FCOS related packages
RUN dnf5 -y install butane coreos-installer
# Install python development packages
RUN dnf5 -y install uv
# Install general utilities
RUN dnf5 -y install croc solaar openrgb
# Install general purpose development tools
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
# Remove KDE Connect
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
# Remove discover update notifier
RUN rpm -e plasma-discover-notifier
# Remove Firefox rpm (superseded by flatpak Firefox)
RUN rpm -e 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