We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a254233 commit e21d264Copy full SHA for e21d264
geth/Dockerfile
@@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
30
git switch -c branch-$VERSION && \
31
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
32
33
-RUN go run build/ci.go install -static ./cmd/geth
+RUN go run build/ci.go install ./cmd/geth
34
35
FROM ubuntu:22.04
36
0 commit comments