Skip to content

Configure Cargo network settings in Dockerfile#114

Merged
uink45 merged 1 commit into
mainfrom
devnet-5
Jun 24, 2026
Merged

Configure Cargo network settings in Dockerfile#114
uink45 merged 1 commit into
mainfrom
devnet-5

Conversation

@uink45

@uink45 uink45 commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Add environment variables CARGO_NET_RETRY=10 and CARGO_HTTP_MULTIPLEXING=false to the Dockerfile. These settings increase cargo's network retry attempts to improve reliability during builds and disable HTTP multiplexing to avoid compatibility issues with some registries/servers.

Add environment variables CARGO_NET_RETRY=10 and CARGO_HTTP_MULTIPLEXING=false to the Dockerfile. These settings increase cargo's network retry attempts to improve reliability during builds and disable HTTP multiplexing to avoid compatibility issues with some registries/servers.
@uink45 uink45 merged commit cef57c2 into main Jun 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant