FROM ghcr.io/astral-sh/uv@sha256:ee474854ecae0f67b45de7ba19879649cbab248e41bbf5d8d6db89b5264b328
#debian-slim

RUN apt-get update && apt-get install -y make git && apt-get clean &&\
    uv python install 3.10 3.11 3.12 3.13 3.14 &&\
    uv tool install tox --with tox-uv
WORKDIR /app
