From e28461006d79c918c8ae3cee3e650e08d40cf981 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 31 Jul 2025 21:53:09 -0300 Subject: [PATCH] Remove plocate to avoid updatedb going crazy with scanning the file system once a day --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 96e36aa..9a1dfef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,5 +30,8 @@ RUN dkms install nvidia/$(ls /usr/src/ | grep nvidia- | cut -d- -f2-) -k $(rpm - RUN dnf install -y waydroid +# Remove plocate to avoid updatedb going crazy with scanning the file system once a day +RUN dnf remove -y plocate + RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ bootc container lint