From 27adb6d6ad1feb6af99cbcf7f72c42408e08e2bb Mon Sep 17 00:00:00 2001 From: Tim Holland Date: Wed, 23 May 2018 10:50:27 -0400 Subject: Supply `git` as an alpine linux dependency Otherwise, the docker build will fail complaining about not knowing a commit hash to label the version with. --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 1843b064..ace6580a 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 ;; -- cgit v1.2.3