fix: Favour UV over pip
All checks were successful
Build and Push Dev Containers / build (push) Successful in 37s
All checks were successful
Build and Push Dev Containers / build (push) Successful in 37s
This commit is contained in:
@@ -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" ]
|
Reference in New Issue
Block a user