Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5f1bec

Browse files
authored
Merge pull request argotorg#4181 from th0114nd/develop
Supply git as a dependency for building in docker
2 parents 5ee2ce3 + 27adb6d commit f5f1bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ case $(uname -s) in
159159
# See https://pkgs.alpinelinux.org/
160160

161161
apk update
162-
apk add boost-dev build-base cmake
162+
apk add boost-dev build-base cmake git
163163

164164
;;
165165

0 commit comments

Comments
 (0)