Skip to content

linux/Dockerfile: fail Docker install step when any deb download fails - #17

Merged
parkr merged 2 commits into
parkr-changesfrom
copilot/fix-docker-installation-linux
Apr 16, 2026
Merged

linux/Dockerfile: fail Docker install step when any deb download fails#17
parkr merged 2 commits into
parkr-changesfrom
copilot/fix-docker-installation-linux

Conversation

CopilotAI commented Apr 16, 2026

Copy link
Copy Markdown
  • Read Dockerfile to identify all curl invocations
  • Change -Lf-fsSL on every curl call (adds -s silent + -S show-error)
  • Normalize the one existing -LsSf call (uv install) to match the same convention
  • Add --connect-timeout 30 --retry 3 to every curl call for CI resilience

CopilotAI requested a review from parkrApril 16, 2026 18:06
@parkr
parkr merged commit 2a29386 into parkr-changesApr 16, 2026
2 of 3 checks passed
@parkr
parkr deleted the copilot/fix-docker-installation-linux branch April 16, 2026 18:25
Sign up for freeto 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.

2 participants

@parkr