Commit 1b64317e authored by Andrew Murray's avatar Andrew Murray
Browse files

Redirect stdout when installing cmake on Alpine

parent 13173a11
......@@ -189,7 +189,7 @@ function get_modern_cmake {
if [ -n "$IS_MACOS" ]; then
brew install cmake > /dev/null
elif [ -n "$IS_ALPINE" ]; then
apk add cmake
apk add cmake > /dev/null
elif [[ $MB_ML_VER == "_2_24" ]]; then
# debian:9 based distro
apt-get install -y cmake
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment