From 189b0cc65c34ba43090a426b459c7dbe18bbce52 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Fri, 16 Jan 2026 12:03:12 -0300 Subject: [PATCH] Revert "Enable automatic updates" This reverts commit 6edd7c97f8fc3bce1fd586a8a92242e6b57af504. --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba944d7..b987dcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,9 +47,5 @@ COPY usr /usr RUN cd /usr/bin && wget https://raw.githubusercontent.com/CachyOS/CachyOS-Settings/refs/heads/master/usr/bin/kerver && chmod +x kerver -# Enable automatic updates -RUN sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf -RUN systemctl enable rpm-ostreed-automatic.timer - RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ bootc container lint