Merge pull request #4181 from th0114nd/develop

Supply git as a dependency for building in docker
This commit is contained in:
Alex Beregszaszi 2018-05-23 21:10:59 +02:00 committed by GitHub
commit f5f1bec759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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