Merge pull request #5920 from ethereum/dockerAlpineTravisFix

Fix travis docker build by using boost-static package.
This commit is contained in:
chriseth 2019-02-04 13:32:32 +01:00 committed by GitHub
commit 82b6996345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ case $(uname -s) in
# See https://pkgs.alpinelinux.org/
apk update
apk add boost-dev build-base cmake git
apk add boost-dev boost-static build-base cmake git
;;