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:
parent
74e9293f0f
commit
f9633e69fe
@ -11,6 +11,7 @@ RUN apk add --no-cache \
|
||||
linux-headers \
|
||||
perl \
|
||||
rust \
|
||||
git \
|
||||
clang-dev \
|
||||
llvm-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user