From f40a69cfbc47f1d6f696bc44cfae4c760a10115b Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 18 Dec 2022 18:00:10 -0500 Subject: [PATCH] Remove rpm-ostree cleanup -m, no longer necessary --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 3c6c05f..1531182 100644 --- a/Containerfile +++ b/Containerfile @@ -10,5 +10,4 @@ RUN rpm-ostree override remove firefox firefox-langpacks && \ sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \ systemctl enable rpm-ostreed-automatic.timer && \ systemctl enable flatpak-automatic.timer && \ - rpm-ostree cleanup -m && \ - ostree container commit \ No newline at end of file + ostree container commit