diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 1843b064c..ace6580a3 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -159,7 +159,7 @@ case $(uname -s) in # See https://pkgs.alpinelinux.org/ apk update - apk add boost-dev build-base cmake + apk add boost-dev build-base cmake git ;;