ctest
CMake test driver program. More information: <https://gitlab.kitware.com/cmake/community/wikis/doc/ctest/Testing-With-CTest>.
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