mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Fix main docker image missing platformio
This commit is contained in:
parent
ce4b339d16
commit
4e63bc96d5
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ EXPOSE 6123
|
|||
VOLUME /config
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN pip install --no-cache-dir --no-binary :all: platformio && \
|
||||
platformio settings set enable_telemetry No
|
||||
|
||||
COPY docker/platformio.ini /usr/src/app/
|
||||
RUN platformio settings set enable_telemetry No && \
|
||||
platformio run -e espressif32 -e espressif8266; exit 0
|
||||
|
|
Loading…
Reference in a new issue