1
0
Fork 0

(ver4a) Merge similar package operations

This commit is contained in:
ver4a 2025-02-23 01:06:33 +01:00
parent 39230d1f67
commit 80b2915c58
2 changed files with 6 additions and 24 deletions

View file

@ -3,23 +3,14 @@ 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 wl-clipboard ansible python3-ansible-lint
RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint uv butane coreos-installer
# Remove KDE Connect
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
# Remove discover update notifier
RUN rpm -e plasma-discover-notifier
# 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

View file

@ -3,23 +3,14 @@ FROM git.uncontrol.me/ver4a/onc-kde:main
# 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 wl-clipboard ansible python3-ansible-lint
RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint uv butane coreos-installer
# Remove KDE Connect
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
# Remove discover update notifier
RUN rpm -e plasma-discover-notifier
# 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