aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index 0d1620c4..0ed13fdd 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
;;