reset
Reinitializes the current terminal. Clears the entire terminal screen. More information: <https://manned.org/reset>.
RUN apt-get update && \
apt-get install -y ncurses-bin
RUN apt-get update && \
apt-get install -y ncurses-bin
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 ncurses-bin