tput
View and modify terminal settings and capabilities. More information: <https://manned.org/tput>.
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