FROM python:3.11

WORKDIR /app

RUN pip install --no-cache-dir wildkcat

CMD ["python3"]
