mc
Midnight Commander, a terminal based file manager. Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal. More information: <https://midnight-commander.org>.
RUN apt-get update && \
apt-get install -y mc
RUN apt-get update && \
apt-get install -y mc
RUN apk add mc
RUN pacman -S --noconfirm mc
RUN apt-get update && \
apt-get install -y mc
RUN yum install -y mc
RUN dnf install -y mc
RUN apt-get update && \
apt-get install -y mc