From f34aa807d94b64995204b8f2e664da3fea85810f Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 13 Nov 2023 10:59:01 -0800 Subject: [PATCH] fix(gnome): Remove gnome-software-rpm-ostree. Slows down gnome-software and offers little for our use case. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 7350babb..73a5ade1 100644 --- a/Containerfile +++ b/Containerfile @@ -224,6 +224,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ rom-properties-gtk3 \ openssh-askpass && \ rpm-ostree override remove \ + gnome-software-rpm-ostree \ gnome-classic-session \ gnome-tour \ gnome-extensions-app \