vergen library seems to depend not only on the .git folder content but also on the git binary (#11651)

for generating COMMIT DATE and SHA reference used by the openethereum binary to display in the log. This commit
tries to solve it in the alpine docker image

Co-authored-by: Denis Granha <denis@gnosis.io>
This commit is contained in:
Denis Granha 2020-04-27 12:40:05 +02:00 committed by GitHub
parent 74e9293f0f
commit f9633e69fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN apk add --no-cache \
linux-headers \
perl \
rust \
git \
clang-dev \
llvm-dev