Skip to content

Commit

Permalink
use dnf instead of dnf4
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 25, 2024
1 parent c078eba commit 7371371
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-flagship-product-environment
RUN dnf 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
RUN dnf clean all
4 changes: 2 additions & 2 deletions 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 PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-gnome-product-environment
RUN dnf 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
RUN dnf clean all
4 changes: 2 additions & 2 deletions 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 PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-plasma-product-environment
RUN dnf install -x PackageKit -x PackageKit-command-not-found -x grubby -x sdubby -x gnome-software-fedora-langpacks --allowerasing -y @ultramarine-plasma-product-environment

RUN dnf4 clean all
RUN dnf clean all

0 comments on commit 7371371

Please sign in to comment.