Skip to content

Commit e21d264

Browse files
committed
Remove static
1 parent a254233 commit e21d264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: geth/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
3030
git switch -c branch-$VERSION && \
3131
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
3232

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

3535
FROM ubuntu:22.04
3636

0 commit comments

Comments
 (0)