Skip to content

Commit 485a543

Browse files
committed
remove -static
1 parent f5ab586 commit 485a543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
2626
git switch -c branch-$VERSION && \
2727
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
2828

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

3131
FROM ubuntu:22.04
3232

0 commit comments

Comments
 (0)