mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 11:37:27 +01:00
Update Dockerfiles
This commit is contained in:
parent
17798dee1e
commit
419c5afe27
@ -30,11 +30,11 @@ RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
|
|||||||
# * On alpine, only install ESP8266 toolchain
|
# * On alpine, only install ESP8266 toolchain
|
||||||
COPY platformio.ini /pio/platformio.ini
|
COPY platformio.ini /pio/platformio.ini
|
||||||
RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
|
RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
|
||||||
platformio run -e espressif32 -e espressif8266 -d /pio; \
|
platformio run -e espressif32 -e espressif8266 -d /pio; exit 0; \
|
||||||
else \
|
else \
|
||||||
echo \"\$(head -8 /pio/platformio.ini)\" >/pio/platformio.ini; \
|
echo \"\$(head -8 /pio/platformio.ini)\" >/pio/platformio.ini; \
|
||||||
platformio run -e espressif8266 -d /pio; \
|
platformio run -e espressif8266 -d /pio; exit 0; \
|
||||||
fi"; rm -rf /pio
|
fi"
|
||||||
|
|
||||||
# Install latest esphomeyaml from git
|
# Install latest esphomeyaml from git
|
||||||
RUN pip install --no-cache-dir \
|
RUN pip install --no-cache-dir \
|
||||||
|
@ -31,16 +31,14 @@ RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
|
|||||||
# * On alpine, only install ESP8266 toolchain
|
# * On alpine, only install ESP8266 toolchain
|
||||||
COPY platformio.ini /pio/platformio.ini
|
COPY platformio.ini /pio/platformio.ini
|
||||||
RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
|
RUN /bin/bash -c "if [[ '$BUILD_FROM' = *\"ubuntu\"* ]]; then \
|
||||||
platformio run -e espressif32 -e espressif8266 -d /pio; \
|
platformio run -e espressif32 -e espressif8266 -d /pio; exit 0; \
|
||||||
else \
|
else \
|
||||||
echo \"\$(head -8 /pio/platformio.ini)\" >/pio/platformio.ini; \
|
echo \"\$(head -8 /pio/platformio.ini)\" >/pio/platformio.ini; \
|
||||||
platformio run -e espressif8266 -d /pio; \
|
platformio run -e espressif8266 -d /pio; exit 0; \
|
||||||
fi"; rm -rf /pio
|
fi"
|
||||||
|
|
||||||
# Install latest esphomeyaml from git
|
# Install latest esphomeyaml from git
|
||||||
RUN pip install --no-cache-dir \
|
RUN pip install --no-cache-dir \
|
||||||
esphomeyaml==${BUILD_VERSION} \
|
esphomeyaml==${BUILD_VERSION}
|
||||||
tornado \
|
|
||||||
esptool
|
|
||||||
|
|
||||||
CMD ["esphomeyaml", "/config/esphomeyaml", "dashboard"]
|
CMD ["esphomeyaml", "/config/esphomeyaml", "dashboard"]
|
||||||
|
Loading…
Reference in New Issue
Block a user