Files
base-images/python/Dockerfile
Luke Else 70c9788f8a
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
chore: Updating containers to enable dev
2025-09-25 21:17:26 +01:00

8 lines
137 B
Docker

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