FROM python:3.12-slim

RUN pip install --no-cache-dir hacki-mcp==0.1.0

RUN useradd -m -u 1000 hacki
USER hacki

ENTRYPOINT ["hacki-mcp"]
