From 53a62e371fc9a39352a440886f827555fed7c8a8 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 4 Jan 2024 00:02:47 -0500 Subject: [PATCH] feat: add topgrade (#782) Co-authored-by: Kyle Gospodnetich --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 2c0d50b0917..44a74ca00e9 100644 --- a/Containerfile +++ b/Containerfile @@ -73,6 +73,7 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/bling/repo/fedora-$(rp /tmp/build.sh && \ /tmp/image-info.sh && \ pip install --prefix=/usr yafti && \ + pip install --prefix=/usr topgrade && \ mkdir -p /usr/etc/flatpak/remotes.d && \ wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /usr/etc/flatpak/remotes.d && \ cp /tmp/ublue-update.toml /usr/etc/ublue-update/ublue-update.toml && \