tree
Show the contents of the current directory as a tree. More information: <http://mama.indstate.edu/users/ice/tree/>.
RUN apt-get update && \
apt-get install -y tree
RUN apt-get update && \
apt-get install -y tree
RUN apk add tree
RUN pacman -S --noconfirm tree
RUN apt-get update && \
apt-get install -y tree
RUN yum install -y tree
RUN dnf install -y tree
RUN apt-get update && \
apt-get install -y tree