1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Last Touches

This commit is contained in:
Otto Winter
2018-08-25 22:18:22 +02:00
parent 5c39f73fda
commit 1c7bddd005
9 changed files with 17 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
# Install latest esphomeyaml from git
RUN pip install --no-cache-dir \
git+git://github.com/OttoWinter/esphomeyaml.git
git+git://github.com/OttoWinter/esphomeyaml.git && \
pip install pillow tzlocal
CMD ["esphomeyaml", "/config/esphomeyaml", "dashboard"]