fix: Revert me when the upstream ublue-os-update-services package is fixed

This commit is contained in:
Kyle Gospodnetich 2023-07-02 16:57:05 -07:00
parent 03628583bd
commit 942542e0f9

View File

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