FROM git.uncontrol.me/ver4a/onc-kde:main # 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 rpm -e kde-connect kde-connect-libs kdeconnectd 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