FROM python:3.11-slim WORKDIR /app COPY exporter.py . RUN pip install docker prometheus_client requests pyyaml CMD ["python", "exporter.py"]