Harden Docker apt install against transient mirror failures #4
Reference in New Issue
Block a user
Delete Branch "fix/docker-apt-retries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary: add strict shell execution and apt retry logic (Acquire::Retries=5) for apt-get update/install in Dockerfile. Validation: docker compose build --no-cache passed.