1
0
Fork 0
ostree-native-containers/Dockerfile.kde-nvidia-ver4a
ver4a dcb38c1d25
Some checks failed
/ build-gnome (push) Waiting to run
/ build-kde (push) Has been cancelled
Add missing "ostree container commit" to my personal build
2024-11-15 19:49:11 +01:00

25 lines
704 B
Text

FROM git.uncontrol.me/ver4a/onc-kde:main-nvidia
# Install virtualization tools
RUN dnf5 -y install libvirt virt-manager
# Install FCOS related packages
RUN dnf5 -y install butane coreos-installer
# Install python development packages
RUN dnf5 -y install uv
# Install general purpose development tools
RUN dnf5 -y install codium neovim
# Remove KDE Connect
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
# 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