diff
Compare files and directories. More information: <https://man7.org/linux/man-pages/man1/diff.1.html>.
RUN apt-get update && \
apt-get install -y diffutils
RUN apt-get update && \
apt-get install -y diffutils
RUN apk add diffutils
RUN pacman -S --noconfirm diffutils
RUN apt-get update && \
apt-get install -y diffutils
RUN yum install -y diffutils
RUN dnf install -y diffutils
RUN apt-get update && \
apt-get install -y diffutils