From 942542e0f9625624ee1eec66cda01e49dafffb60 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 2 Jul 2023 16:57:05 -0700 Subject: [PATCH] fix: Revert me when the upstream ublue-os-update-services package is fixed --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 15267c0f..0d59b097 100644 --- a/Containerfile +++ b/Containerfile @@ -14,8 +14,7 @@ COPY system_files/desktop/usr /usr # Add ublue-update COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/ -RUN rpm-ostree override remove ublue-os-update-services && \ - rpm-ostree install /tmp/rpms/ublue-update.noarch.rpm +RUN rpm-ostree install /tmp/rpms/ublue-update.noarch.rpm # 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 && \