updatedb
Create or update the database used by locate. It is usually run daily by cron. More information: <https://manned.org/updatedb>.
RUN apt-get update && \
apt-get install -y mlocate
RUN apt-get update && \
apt-get install -y mlocate
RUN apk add mlocate
RUN pacman -S --noconfirm mlocate
RUN apt-get update && \
apt-get install -y mlocate
RUN yum install -y mlocate
RUN dnf install -y mlocate
RUN apt-get update && \
apt-get install -y mlocate