Skip to content

Commit

Permalink
exclude PackageKit-command-not-found #1
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 30, 2024
1 parent 522898b commit e550198
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flagship/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install -x PackageKit -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-flagship-product-environment
RUN dnf4 install -x PackageKit -x PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-flagship-product-environment

RUN dnf4 clean all
2 changes: 1 addition & 1 deletion gnome/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install -x PackageKit -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-gnome-product-environment
RUN dnf4 install -x PackageKit -x PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-gnome-product-environment

RUN dnf4 clean all
2 changes: 1 addition & 1 deletion kde/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install -x PackageKit -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-kde-product-environment
RUN dnf4 install -x PackageKit -x PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-kde-product-environment

RUN dnf4 clean all
2 changes: 1 addition & 1 deletion xfce/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install -x PackageKit -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-xfce-product-environment
RUN dnf4 install -x PackageKit -x PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-xfce-product-environment

RUN dnf4 clean all

0 comments on commit e550198

Please sign in to comment.