fix: Favour UV over pip
All checks were successful
Build and Push Dev Containers / build (push) Successful in 37s

This commit is contained in:
2025-09-25 21:28:04 +01:00
parent be2e95de7b
commit 153ad3c0c4

View File

@@ -2,8 +2,6 @@ FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \
python3 \
py3-pip
RUN pip install --no-cache-dir uv
py3-uv
CMD [ "uv run" ]