mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Better temporary phue Docker fix
This commit is contained in:
parent
05e6ac8c1f
commit
8ef3009cc7
@ -1,7 +1,8 @@
|
|||||||
FROM python:3-onbuild
|
FROM python:3-onbuild
|
||||||
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
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
|
VOLUME /config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user