• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#=================
2# Install cmake using the install script.
3RUN 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
6