cmake
Cross-platform build automation system, that generates recipes for native build systems. More information: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
RUN apt-get update && \
apt-get install -y cmake
RUN apt-get update && \
apt-get install -y cmake
RUN apk add cmake
RUN pacman -S --noconfirm cmake
RUN apt-get update && \
apt-get install -y cmake
RUN yum install -y cmake
RUN dnf install -y cmake
RUN apt-get update && \
apt-get install -y cmake