Files
base-images/python-dev/Dockerfile
Luke Else 2bab7322ec
Some checks failed
Build and Push Dev Containers / build (push) Failing after 2m12s
feat: Added lab containers and improved pipeline to ensure base containers are built first
2025-10-21 22:26:09 +01:00

7 lines
114 B
Docker

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