FROM git.luke-else.co.uk/luke-else/lab:latest

RUN sudo apk add --no-cache \
    python3 \
    py3-uv

CMD [ "uv run" ]