Skip to content

Commit

Permalink
clients/erigon: Fix Dockerfile.git (ethereum#861)
Browse files Browse the repository at this point in the history
clients/erigon: fix git dockerfile
  • Loading branch information
marioevz authored and Eikix committed Mar 1, 2024
1 parent 1aac136 commit 992463d
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 @@ -19,7 +19,7 @@ FROM alpine:latest
# Copy compiled binary from builder
COPY --from=builder /usr/local/bin/erigon /usr/local/bin/

RUN apk add --no-cache bash gcc jq libstdc++
RUN apk add --no-cache bash curl gcc jq libstdc++

# Create version.txt
RUN erigon --version | sed -e 's/erigon version \(.*\)/\1/' > /version.txt
Expand Down

0 comments on commit 992463d

Please sign in to comment.