tmux
Terminal multiplexer. It allows multiple sessions with windows, panes, and more. See also: zellij, screen. More information: <https://github.com/tmux/tmux>.
RUN apt-get update && \
apt-get install -y tmux
RUN apt-get update && \
apt-get install -y tmux
RUN apk add tmux
RUN pacman -S --noconfirm tmux
RUN apt-get update && \
apt-get install -y tmux
RUN yum install -y tmux
RUN dnf install -y tmux
RUN apt-get update && \
apt-get install -y tmux