(ver4a) Merge similar package operations
This commit is contained in:
parent
39230d1f67
commit
80b2915c58
2 changed files with 6 additions and 24 deletions
|
@ -3,23 +3,14 @@ FROM git.uncontrol.me/ver4a/onc-kde:main-nvidia
|
||||||
# Install virtualization tools
|
# Install virtualization tools
|
||||||
RUN dnf5 -y install libvirt libvirt-daemon-kvm virt-manager
|
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
|
# Install general utilities
|
||||||
RUN dnf5 -y install croc solaar openrgb
|
RUN dnf5 -y install croc solaar openrgb
|
||||||
|
|
||||||
# Install general purpose development tools
|
# 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
|
# Remove unwanted packages
|
||||||
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
|
RUN rpm -e kde-connect kde-connect-libs kdeconnectd plasma-discover-notifier
|
||||||
|
|
||||||
# Remove discover update notifier
|
|
||||||
RUN rpm -e plasma-discover-notifier
|
|
||||||
|
|
||||||
# Remove Firefox rpm (superseded by flatpak Firefox)
|
# Remove Firefox rpm (superseded by flatpak Firefox)
|
||||||
RUN rpm -e firefox firefox-langpacks
|
RUN rpm -e firefox firefox-langpacks
|
||||||
|
|
|
@ -3,23 +3,14 @@ FROM git.uncontrol.me/ver4a/onc-kde:main
|
||||||
# Install virtualization tools
|
# Install virtualization tools
|
||||||
RUN dnf5 -y install libvirt libvirt-daemon-kvm virt-manager
|
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
|
# Install general utilities
|
||||||
RUN dnf5 -y install croc solaar openrgb
|
RUN dnf5 -y install croc solaar openrgb
|
||||||
|
|
||||||
# Install general purpose development tools
|
# 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
|
# Remove unwanted packages
|
||||||
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
|
RUN rpm -e kde-connect kde-connect-libs kdeconnectd plasma-discover-notifier
|
||||||
|
|
||||||
# Remove discover update notifier
|
|
||||||
RUN rpm -e plasma-discover-notifier
|
|
||||||
|
|
||||||
# Remove Firefox rpm (superseded by flatpak Firefox)
|
# Remove Firefox rpm (superseded by flatpak Firefox)
|
||||||
RUN rpm -e firefox firefox-langpacks
|
RUN rpm -e firefox firefox-langpacks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue