From 1a92381994edf967c7f35936e8eb5b7efb834336 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 4 Jun 2018 20:47:23 +0200 Subject: [PATCH] Update Dockerfile --- esphomeyaml/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esphomeyaml/Dockerfile b/esphomeyaml/Dockerfile index ff3b2af755..26759124c1 100644 --- a/esphomeyaml/Dockerfile +++ b/esphomeyaml/Dockerfile @@ -31,11 +31,11 @@ RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \ # * On alpine, only install ESP8266 toolchain COPY platformio.ini /pio/platformio.ini RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \ - platformio run -e espressif32 -e espressif8266 -d /pio; exit 0; \ + platformio run -e espressif32 -e espressif8266 -d /pio; \ else \ echo \"\$(head -8 /pio/platformio.ini)\" >/pio/platformio.ini; \ - platformio run -e espressif8266 -d /pio; exit 0; \ - fi" + platformio run -e espressif8266 -d /pio; \ + fi"; exit 0 # Install latest esphomeyaml from git RUN pip install --no-cache-dir \