Skip to content

Commit

Permalink
clients/erigon: Fix git dockerfile (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jan 5, 2024
1 parent 785d238 commit af4a4f6
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 af4a4f6

Please sign in to comment.