FROM python:3-alpine RUN pip install influxdb RUN pip install requests COPY worker.py / CMD ["python", "worker.py"]