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" ]