From 9c2e6ca0a74311c950786c884c9487389fe95a78 Mon Sep 17 00:00:00 2001 From: ER Date: Sat, 4 Mar 2023 12:28:58 +0200 Subject: [PATCH] chore: clear up unneeded cmds --- Containerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index 5247a45..b1a43c5 100644 --- a/Containerfile +++ b/Containerfile @@ -19,12 +19,9 @@ RUN rpm-ostree override remove firefox firefox-langpacks && \ echo "Installing: ${pkg}" && \ rpm-ostree install $pkg; \ done && \ - echo "---" && \ + echo "---" - sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \ - systemctl enable rpm-ostreed-automatic.timer && \ - systemctl enable flatpak-system-update.timer && \ - rm -rf \ +RUN rm -rf \ /tmp/* \ /var/* && \ ostree container commit