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

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

CMD [ "uv run" ]