From b7b4363355581fd8f4b40ee3ac11038b3f66e9f7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 29 Jun 2023 16:45:40 -0700 Subject: [PATCH] fix: Remove ublue-os-update-services --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 668dffb9..bf42bb01 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ COPY system_files/desktop/usr /usr # Add ublue-updater COPY --from=ghcr.io/gerblesh/ublue-updater:latest /rpms/ublue-updater.noarch.rpm /tmp/rpms/ -RUN rpm-ostree install /tmp/rpms/ublue-updater.noarch.rpm +RUN rpm-ostree install /tmp/rpms/ublue-updater.noarch.rpm --uninstall ublue-os-update-services # Add Copr repos 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 && \