FROM python:3.11-slim-bookworm

RUN python3 -m pip install --no-cache-dir flask flask-sock
