From c91ec457cddcf47a01bcfa76ad6d02245068ecc8 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 8 Dec 2022 22:04:48 -0500 Subject: [PATCH] Remove dconf update from base, it doesn't work anyway --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 527411f..3c6c05f 100644 --- a/Containerfile +++ b/Containerfile @@ -10,6 +10,5 @@ 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 && \ - dconf update && \ rpm-ostree cleanup -m && \ ostree container commit \ No newline at end of file