Created
May 3, 2020 07:07
-
-
Save OlivierLDff/3dc51b1be592d27e01f6d891886a1065 to your computer and use it in GitHub Desktop.
Install cmake 3.17 in docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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