dir
List directory contents using one line per file, special characters are represented by backslash escape sequences. Works as ls -C --escape. More information: <https://manned.org/dir>.
RUN apt-get update && \
apt-get install -y coreutils
RUN apt-get update && \
apt-get install -y coreutils
RUN apk add coreutils
RUN pacman -S --noconfirm coreutils
RUN apt-get update && \
apt-get install -y coreutils
RUN yum install -y coreutils
RUN dnf install -y coreutils
RUN apt-get update && \
apt-get install -y coreutils