Skip to content

Commit

Permalink
Add back static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 2, 2025
1 parent f33341e commit c4c69cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

RUN go run build/ci.go install ./cmd/geth
RUN go run build/ci.go install -static ./cmd/geth

FROM ubuntu:22.04

Expand Down

0 comments on commit c4c69cb

Please sign in to comment.