mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Better temporary phue Docker fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user