Adding ssocr to docker to support Seven Segments Display (#8028)

* Adding ssocr to docker to support Seven Segments Display

* Adding cleanup
This commit is contained in:
Martin Tremblay
2017-06-15 23:31:30 -04:00
committed by Paulus Schoutsen
parent 92a6f21cc2
commit a3a702b269
4 changed files with 37 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
#ENV INSTALL_LIBCEC no
#ENV INSTALL_PHANTOMJS no
#ENV INSTALL_COAP_CLIENT no
#ENV INSTALL_SSOCR no
VOLUME /config
@@ -48,4 +49,4 @@ RUN tox -e py36 --notest
# Copy source
COPY . .
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]
CMD [ "python", "-m", "homeassistant", "--config", "/config" ]