diff --git a/Containerfile b/Containerfile index e238d367..9f0fc6b3 100644 --- a/Containerfile +++ b/Containerfile @@ -14,9 +14,8 @@ COPY system_files/desktop/usr /usr # Add ublue-updater COPY --from=ghcr.io/gerblesh/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/ -RUN rpm-ostree override remove \ - ublue-os-update-services \ - --install=/tmp/rpms/ublue-update.noarch.rpm +RUN rpm-ostree override remove ublue-os-update-services && \ + 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 && \