Skip to content

Commit b7b4363

Browse files
committed
fix: Remove ublue-os-update-services
1 parent 76f90df commit b7b4363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY system_files/desktop/usr /usr
1414

1515
# Add ublue-updater
1616
COPY --from=ghcr.io/gerblesh/ublue-updater:latest /rpms/ublue-updater.noarch.rpm /tmp/rpms/
17-
RUN rpm-ostree install /tmp/rpms/ublue-updater.noarch.rpm
17+
RUN rpm-ostree install /tmp/rpms/ublue-updater.noarch.rpm --uninstall ublue-os-update-services
1818

1919
# Add Copr repos
2020
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$(rpm -E %fedora)/kylegospo-bazzite-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \

0 commit comments

Comments
 (0)