fdupes
Finds duplicate files in a given set of directories. More information: <https://github.com/adrianlopezroche/fdupes>.
RUN apt-get update && \
apt-get install -y fdupes
RUN apt-get update && \
apt-get install -y fdupes
RUN apk add fdupes
RUN pacman -S --noconfirm fdupes
RUN apt-get update && \
apt-get install -y fdupes
RUN dnf install -y fdupes
RUN apt-get update && \
apt-get install -y fdupes