We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f90df commit b7b4363Copy full SHA for b7b4363
Containerfile
@@ -14,7 +14,7 @@ COPY system_files/desktop/usr /usr
14
15
# Add ublue-updater
16
COPY --from=ghcr.io/gerblesh/ublue-updater:latest /rpms/ublue-updater.noarch.rpm /tmp/rpms/
17
-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
18
19
# Add Copr repos
20
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 && \
0 commit comments