diff --git a/geth/Dockerfile b/geth/Dockerfile index 22e5232..29e2a39 100644 --- a/geth/Dockerfile +++ b/geth/Dockerfile @@ -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