fix: Re-added pip
Some checks failed
Build and Push Dev Containers / build (push) Failing after 24s

This commit is contained in:
2025-09-25 21:25:28 +01:00
parent 5ee3a51c3f
commit be2e95de7b

View File

@@ -1,7 +1,8 @@
FROM git.luke-else.co.uk/luke-else/base:latest FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
python3 python3 \
py3-pip
RUN pip install --no-cache-dir uv RUN pip install --no-cache-dir uv