Skip to content

Commit

Permalink
Remove static
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 3, 2025
1 parent a254233 commit e21d264
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 -static ./cmd/geth
RUN go run build/ci.go install ./cmd/geth

FROM ubuntu:22.04

Expand Down

0 comments on commit e21d264

Please sign in to comment.