FROM netboxcommunity/netbox:v4.2.3 ARG PYTHON_VERSION=3.12 COPY ../pyproject.toml /tmp/ RUN uv pip install -r /tmp/pyproject.toml --extra ci