There was an error while loading. Please reload this page.
1 parent a50cdd3 commit 1a6da57Copy full SHA for 1a6da57
1 file changed
go/harness/claude/Dockerfile
@@ -32,7 +32,7 @@ RUN apk add --no-cache bash ca-certificates git libgcc libstdc++ ripgrep \
32
arm64) platform="linux-arm64-musl"; checksum="${CLAUDE_CODE_ARM64_SHA256}" ;; \
33
*) echo "unsupported target architecture: ${TARGETARCH}" >&2; exit 1 ;; \
34
esac \
35
- && wget -q -O /usr/local/bin/claude \
+ && wget -T 60 -t 3 -O /usr/local/bin/claude \
36
"https://downloads.claude.ai/claude-code-releases/${CLAUDE_CODE_VERSION}/${platform}/claude" \
37
&& echo "${checksum} /usr/local/bin/claude" | sha256sum -c - \
38
&& chmod 0755 /usr/local/bin/claude \
0 commit comments