Better temporary phue Docker fix

This commit is contained in:
Paulus Schoutsen 2014-09-27 07:02:55 -07:00
parent 05e6ac8c1f
commit 8ef3009cc7

View file

@ -1,7 +1,8 @@
FROM python:3-onbuild
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
RUN git clone https://github.com/studioimaginaire/phue.git
# Temporary fix while waiting for new version of phue to be released
RUN curl https://raw.githubusercontent.com/studioimaginaire/phue/master/phue.py -o phue.py
VOLUME /config