cmake_from_install_script.include 279 B

12345
  1. #=================
  2. # Install cmake using the install script.
  3. RUN curl -sSL -o cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-Linux-x86_64.sh ${'\\'}
  4. && sh cmake-linux.sh -- --skip-license --prefix=/usr ${'\\'}
  5. && rm cmake-linux.sh