FROM python:3-alpine MAINTAINER Tediore ADD battery2mqtt.py / RUN pip install paho.mqtt CMD [ "python", "./battery2mqtt.py" ]