mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-10 02:36:29 +00:00
fix docker
This commit is contained in:
parent
4ecb73efd7
commit
0f4cdc8bb4
@ -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
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user