From 06badc6ca08a40e7c9e9e259d0e47dd495b47a54 Mon Sep 17 00:00:00 2001
From: Jimmy Hu <jimmy.hu@dexon.org>
Date: Wed, 13 Feb 2019 14:38:32 +0800
Subject: cherry-pick fix for boost

---
 scripts/install_deps.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index 09d5a249..dcd74316 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -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
 
                 ;;
 
-- 
cgit v1.2.3