fix: use system Python to fix venv symlink issue #4

Merged
Damien merged 1 commits from fix/netbox-mcp-python-venv into main 2026-01-11 10:30:01 +00:00

1 Commits

Author SHA1 Message Date
a0078d331e fix: use system Python to fix venv symlink issue
- Add UV_PYTHON_PREFERENCE=only-system to prevent uv from downloading its own Python
- Use python:3.13-alpine3.21 (stable) instead of 3.14 (RC)

Fixes: exec /app/.venv/bin/netbox-mcp-server: no such file or directory
2026-01-11 10:25:32 +00:00