cmake3
cross-platform, open-source make system
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