fix(docker): uv via standalone installer (no system pip) #31

Merged
goldstein merged 1 commit from fix/docker-distutils into main 2026-04-18 10:33:12 +00:00
Owner

python3.12 on Ubuntu 22.04 drops distutils; Ubuntu system pip still needs it. Switch Dockerfile to the uv standalone installer. Caught on first deploy build.

python3.12 on Ubuntu 22.04 drops distutils; Ubuntu system pip still needs it. Switch Dockerfile to the uv standalone installer. Caught on first deploy build.
goldstein added 1 commit 2026-04-18 10:33:09 +00:00
fix(docker): install uv via standalone installer (no system pip)
All checks were successful
tests / test (pull_request) Successful in 1m28s
tests / test (push) Successful in 1m19s
1c31444611
Python 3.12 from deadsnakes on Ubuntu 22.04 drops `distutils` from the
stdlib, and Ubuntu's system pip still imports from it — so `pip install`
fails immediately with ModuleNotFoundError: distutils. Switch to the uv
standalone installer, which doesn't need pip at all.

Caught during the first deploy build.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
goldstein merged commit e6fcd5fc54 into main 2026-04-18 10:33:12 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: goldstein/infoxtractor#31
No description provided.