Created
October 24, 2015 17:56
-
-
Save olimpiurob/c5a861616260f5d33b3b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM balloob/home-assistant | |
# Open Z-Wave disabled because broken | |
RUN apt-get update && \ | |
apt-get install -y cython3 libudev-dev && \ | |
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \ | |
pip3 install "cython<0.23" && \ | |
pip3 install PyChromecast && \ | |
script/build_python_openzwave | |
CMD [ "python", "-m", "homeassistant", "--config", "/config" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment