Skip to content

Instantly share code, notes, and snippets.

@olimpiurob
Created October 24, 2015 17:56
Show Gist options
  • Save olimpiurob/c5a861616260f5d33b3b to your computer and use it in GitHub Desktop.
Save olimpiurob/c5a861616260f5d33b3b to your computer and use it in GitHub Desktop.
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