Install static boost on Alpine linux.

This commit is contained in:
Daniel Kirchner
2019-02-04 13:13:34 +01:00
parent bb46e91677
commit 027e1781d3
+1 -1
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
;;