# wwf-lagbot — one dep, no git, no clone (same discipline as the others). FROM python:3.12-slim RUN pip install --no-cache-dir websocket-client COPY research/lagbot.py /lagbot.py CMD ["python3", "-u", "/lagbot.py"]