aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTim Holland <tim@blockapps.net>2018-05-23 22:50:27 +0800
committerTim Holland <tim@blockapps.net>2018-05-23 23:53:11 +0800
commit27adb6d6ad1feb6af99cbcf7f72c42408e08e2bb (patch)
treebe0ab4f5ff83e5fc1ba4102515058e785e0cf082 /scripts
parent4aa2f036ce74d9a210e12ac4df928a5ecb006e28 (diff)
downloaddexon-solidity-27adb6d6ad1feb6af99cbcf7f72c42408e08e2bb.tar.gz
dexon-solidity-27adb6d6ad1feb6af99cbcf7f72c42408e08e2bb.tar.zst
dexon-solidity-27adb6d6ad1feb6af99cbcf7f72c42408e08e2bb.zip
Supply `git` as an alpine linux dependency
Otherwise, the docker build will fail complaining about not knowing a commit hash to label the version with.
Diffstat (limited to 'scripts')
-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 1843b064..ace6580a 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -159,7 +159,7 @@ case $(uname -s) in
# See https://pkgs.alpinelinux.org/
apk update
- apk add boost-dev build-base cmake
+ apk add boost-dev build-base cmake git
;;