Skip to content

Commit

Permalink
clients/erigon: Fix git dockerfile (ethereum#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and Eikix committed Mar 1, 2024
1 parent 3f89e28 commit 3f8d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/erigon/Dockerfile.git
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "Cloning: $github - $tag" \
&& apk add bash build-base ca-certificates git jq \
&& git clone --depth 1 --branch $tag https://github.com/$github \
&& cd erigon \
&& make erigon \
&& make BUILD_TAGS=nosqlite,noboltdb,nosilkworm erigon \
&& cp build/bin/erigon /usr/local/bin/erigon

## Final stage: Sets up the environment for running erigon
Expand Down

0 comments on commit 3f8d5e4

Please sign in to comment.