From f9633e69fe0923819b0814fe96dfd69c9184776f Mon Sep 17 00:00:00 2001 From: Denis Granha Date: Mon, 27 Apr 2020 12:40:05 +0200 Subject: [PATCH] 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 --- scripts/docker/alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker/alpine/Dockerfile b/scripts/docker/alpine/Dockerfile index 3261f864d..04f127e80 100644 --- a/scripts/docker/alpine/Dockerfile +++ b/scripts/docker/alpine/Dockerfile @@ -11,6 +11,7 @@ RUN apk add --no-cache \ linux-headers \ perl \ rust \ + git \ clang-dev \ llvm-dev