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 && \