Try fix docker build

This commit is contained in:
Otto Winter
2018-09-25 13:26:01 +02:00
parent bc8354bad5
commit 5cd82d7c25
6 changed files with 24 additions and 16 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ RUN platformio settings set enable_telemetry No && \
platformio run -e espressif32 -e espressif8266; exit 0
COPY . .
RUN pip install -e . && \
pip install tzlocal
RUN pip install --no-cache-dir -e . && \
pip install --no-cache-dir tzlocal
WORKDIR /config
ENTRYPOINT ["esphomeyaml"]