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.
This commit is contained in:
Tim Holland
2018-05-23 11:53:11 -04:00
parent 4aa2f036ce
commit 27adb6d6ad
+1 -1
View File
@@ -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
;;