chore: Updating containers to enable dev
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled

This commit is contained in:
2025-09-25 21:17:26 +01:00
parent e6f751851b
commit 70c9788f8a
4 changed files with 13 additions and 7 deletions

View File

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