Skip to content

Instantly share code, notes, and snippets.

@OlivierLDff
Created May 3, 2020 07:07
Show Gist options
  • Save OlivierLDff/3dc51b1be592d27e01f6d891886a1065 to your computer and use it in GitHub Desktop.
Save OlivierLDff/3dc51b1be592d27e01f6d891886a1065 to your computer and use it in GitHub Desktop.
Install cmake 3.17 in docker
#!/bin/bash
wget -qO- "https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment