ccmake
cross-platform, open-source make system
RUN apt-get update && \
apt-get install -y cmake-curses-gui
RUN apt-get update && \
apt-get install -y cmake3-curses-gui
RUN apk add cmake
RUN pacman -S --noconfirm cmake
RUN apt-get update && \
apt-get install -y cmake-curses-gui
RUN yum install -y cmake
RUN dnf install -y cmake
RUN apt-get update && \
apt-get install -y cmake-curses-gui