From 0f4cdc8bb49cfe2a5b1b1bc1759f8a47cd71b227 Mon Sep 17 00:00:00 2001 From: pvizeli Date: Tue, 21 Mar 2017 11:57:33 +0100 Subject: [PATCH] fix docker --- homeassistant/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/Dockerfile b/homeassistant/Dockerfile index febd30c2e..2de1823bd 100644 --- a/homeassistant/Dockerfile +++ b/homeassistant/Dockerfile @@ -16,12 +16,12 @@ RUN pip3 install --no-cache-dir cython==0.25.2 WORKDIR /usr/src/python-openzwave/ RUN git clone https://github.com/OpenZWave/python-openzwave \ - && cd python-openzwave + && cd python-openzwave \ && git checkout v0.3.2 \ && make build \ && make install \ - && mkdir -p /usr/local/share/python-openzwave - && cp -R openzwave/config /usr/local/share/python-openzwave/config + && mkdir -p /usr/local/share/python-openzwave \ + && cp -R openzwave/config /usr/local/share/python-openzwave/config \ && rm -rf /usr/src/python-openzwave ##