screen
Hold a session open on a remote server. Manage multiple windows with a single SSH connection. See also tmux and zellij. More information: <https://manned.org/screen>.
RUN apt-get update && \
apt-get install -y screen
RUN apt-get update && \
apt-get install -y screen
RUN apk add screen
RUN pacman -S --noconfirm screen
RUN apt-get update && \
apt-get install -y screen
RUN yum install -y screen
RUN dnf install -y screen
RUN apt-get update && \
apt-get install -y screen