From f6706451e24fa866a3a7cc7eaf3967a2e57a3451 Mon Sep 17 00:00:00 2001 From: Denis Granha Date: Fri, 24 Apr 2020 00:07:51 +0200 Subject: [PATCH] vergen library seems to depend not only on the .git folder content but also on the git binary 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 --- scripts/docker/alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker/alpine/Dockerfile b/scripts/docker/alpine/Dockerfile index 3261f864db9..04f127e808d 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