From eab9f60a63dc356aa45a7a2414e551151a316e4c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 15 Feb 2023 13:45:27 -0800 Subject: [PATCH] chore: Match ublue-os/nvidia behavior (#60) --- Containerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 807ddef825..beab041375 100644 --- a/Containerfile +++ b/Containerfile @@ -17,5 +17,8 @@ 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 && \ - rm -f /etc/yum.repos.d/_copr_ublue-os-vanilla-first-setup.repo && \ - ostree container commit \ No newline at end of file + sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-vanilla-first-setup.repo && \ + rm -rf \ + /tmp/* \ + /var/* && \ + ostree container commit