Skip to content

Commit

Permalink
fix(f39): Don't remove ublue update services
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 19, 2023
1 parent 031ab52 commit 2fc5f74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$

# Remove unneeded packages
RUN rpm-ostree override remove \
ublue-os-update-services \
firefox \
firefox-langpacks \
htop
htop && \
if grep -qv "39" <<< "${FEDORA_MAJOR_VERSION}"; then \
rpm-ostree override remove \
ublue-os-update-services \
; fi

# Install new packages
RUN rpm-ostree install \
Expand Down

0 comments on commit 2fc5f74

Please sign in to comment.