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 \
|
RUN apk add --no-cache \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip
|
py3-uv
|
||||||
|
|
||||||
RUN pip install --no-cache-dir uv
|
|
||||||
|
|
||||||
CMD [ "uv run" ]
|
CMD [ "uv run" ]
|
Reference in New Issue
Block a user