Remove plocate to avoid updatedb going crazy with scanning the file system once a day
This commit is contained in:
parent
c60794783c
commit
e28461006d
1 changed files with 3 additions and 0 deletions
|
|
@ -30,5 +30,8 @@ RUN dkms install nvidia/$(ls /usr/src/ | grep nvidia- | cut -d- -f2-) -k $(rpm -
|
||||||
|
|
||||||
RUN dnf install -y waydroid
|
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 && \
|
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||||
bootc container lint
|
bootc container lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue