1
0
Fork 0

Build non-nvidia version of my personal image
All checks were successful
/ build-kde (push) Successful in 9m5s
/ build-gnome (push) Successful in 5m6s

This commit is contained in:
ver4a 2024-11-18 13:46:56 +01:00
parent 1b99e0e3b3
commit 8e3404bd6c
2 changed files with 32 additions and 0 deletions

28
Dockerfile.kde-ver4a Normal file
View file

@ -0,0 +1,28 @@
FROM git.uncontrol.me/ver4a/onc-kde:main
# 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 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