tabs
System V Release 4.0 curses emulation library
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