FROM python:3.12 WORKDIR /opt/client_simulator COPY requirements.txt /tmp RUN pip install -r /tmp/requirements.txt