1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00
This commit is contained in:
Otto Winter
2018-08-25 22:27:30 +02:00
parent 9ea9b4b102
commit 1576e1847e
5 changed files with 12 additions and 20 deletions

View File

@@ -15,7 +15,8 @@ RUN platformio settings set enable_telemetry No && \
platformio run -e espressif32 -e espressif8266; exit 0
COPY . .
RUN pip install -e .
RUN pip install -e . && \
pip install pillow tzlocal
WORKDIR /config
ENTRYPOINT ["esphomeyaml"]