FROM python:3.11-slim RUN pip install paho-mqtt ADD mqtt_client.py /mqtt_client.py CMD python -u /mqtt_client.py