find
Find files or directories under the given directory tree, recursively. More information: <https://manned.org/find>.
RUN apt-get update && \
apt-get install -y findutils
RUN apt-get update && \
apt-get install -y findutils
RUN apk add findutils
RUN pacman -S --noconfirm findutils
RUN apt-get update && \
apt-get install -y findutils
RUN yum install -y findutils
RUN dnf install -y findutils
RUN apt-get update && \
apt-get install -y findutils