ncursesw6-config
library
RUN apt-get update && \
apt-get install -y libncurses-dev
RUN apt-get update && \
apt-get install -y libncurses-dev
RUN apk add ncurses
RUN pacman -S --noconfirm ncurses
RUN apt-get update && \
apt-get install -y libncurses-dev
RUN yum install -y ncurses
RUN dnf install -y ncurses-devel