Compare commits

..

No commits in common. "9cb9c9ebdb4ffbae004fd5ed16aee4a95d0be8f5" and "9fa883f3e7404f8144ccd82a33eea108d38b5e41" have entirely different histories.

4 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
FROM alpine:3.10
# Must run with --net host and --add-host movielights:172.31.0.243
RUN apk add --no-cache python2=2.7.16-r1 py2-pip=18.1-r0 \
&& pip install requests==2.22.0 \
&& apk del py2-pip
COPY fauxmo.py /
USER nobody
ENTRYPOINT ["/fauxmo.py"]