mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Disable Open Z-Wave in Docker (#7315)
This commit is contained in:
parent
569ea0cc01
commit
d2fb4675e1
@ -5,7 +5,7 @@ MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
||||
#ENV INSTALL_TELLSTICK no
|
||||
#ENV INSTALL_OPENALPR no
|
||||
#ENV INSTALL_FFMPEG no
|
||||
#ENV INSTALL_OPENZWAVE no
|
||||
ENV INSTALL_OPENZWAVE no
|
||||
#ENV INSTALL_LIBCEC no
|
||||
#ENV INSTALL_PHANTOMJS no
|
||||
#ENV INSTALL_COAP_CLIENT no
|
||||
@ -27,4 +27,4 @@ RUN pip3 install --no-cache-dir -r requirements_all.txt && \
|
||||
# Copy source
|
||||
COPY . .
|
||||
|
||||
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
|
||||
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user