tic
Compile terminfo and install for ncurses. More information: <https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>.
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