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 10:50:27 -04:00
parent 4aa2f036ce
commit 27adb6d6ad

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
;;