forked from home-assistant/core
Re-enable Z-Wave for Docker
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -10,11 +10,10 @@ RUN apt-get update && \
|
|||||||
apt-get install -y --no-install-recommends nmap net-tools && \
|
apt-get install -y --no-install-recommends nmap net-tools && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Open Z-Wave disabled because broken
|
RUN apt-get update && \
|
||||||
#RUN apt-get update && \
|
apt-get install -y cython3 libudev-dev && \
|
||||||
# apt-get install -y cython3 libudev-dev && \
|
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
||||||
# apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
pip3 install "cython<0.23" && \
|
||||||
# pip3 install cython && \
|
script/build_python_openzwave
|
||||||
# scripts/build_python_openzwave
|
|
||||||
|
|
||||||
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
|
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# Sets up and builds python open zwave to be used with Home Assistant
|
# Sets up and builds python open zwave to be used with Home Assistant
|
||||||
# Dependencies that need to be installed:
|
# Dependencies that need to be installed:
|
||||||
# apt-get install cython3 libudev-dev python-sphinx python3-setuptools
|
# apt-get install cython3 libudev-dev python-sphinx python3-setuptools
|
||||||
# pip3 install cython
|
# pip3 install "cython<0.23"
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user