master
1
2FROM python:3.7-alpine
3RUN apk add musl-dev gcc linux-headers && \
4 pip install pywemo && \
5 apk del musl-dev gcc linux-headers
6ADD three-way-switches.py /three-way-switches.py
7CMD python3 -u /three-way-switches.py