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