clear
Clears the screen of the terminal. More information: <https://manned.org/clear>.
RUN apt-get update && \
apt-get install -y libncurses5-dbg
RUN apt-get update && \
apt-get install -y libncurses5-dbg
RUN apk add ncurses
RUN pacman -S --noconfirm ncurses
RUN apt-get update && \
apt-get install -y ncurses-bin
RUN yum install -y ncurses
RUN dnf install -y ncurses
RUN apt-get update && \
apt-get install -y libncurses5-dbg