Skip to content

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

Merged
parkr merged 2 commits intoparkr-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 intoparkr-changesfrom
copilot/fix-docker-installation-linux

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 16, 2026

  • 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

Copilot AI requested a review from parkr April 16, 2026 18:06
@parkr parkr merged commit 2a29386 into parkr-changes Apr 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 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.

2 participants