xargs
Execute a command with piped arguments coming from another command, a file, etc. The input is treated as a single block of text and split into separate pieces on spaces, tabs, newlines and end-of-file. More information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/xargs.html>.
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 dnf install -y findutils-1
RUN apt-get update && \
apt-get install -y findutils