mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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.
This commit is contained in:
parent
4aa2f036ce
commit
27adb6d6ad
@ -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
|
||||
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user