diff --git a/Dockerfile b/Dockerfile index ff34dc79297..323b4d154cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ MAINTAINER Paulus Schoutsen VOLUME /config -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 && \ - scripts/build_python_openzwave +#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 && \ +# scripts/build_python_openzwave CMD [ "python", "-m", "homeassistant", "--config", "/config" ]