1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Expand the platformio dep installer to also install platforms and tools (#4716)

This commit is contained in:
Jesse Hills
2023-04-27 12:26:06 +12:00
committed by GitHub
parent 77f71acbc8
commit 6476357596
9 changed files with 69 additions and 47 deletions

View File

@@ -60,7 +60,7 @@ RUN \
# First install requirements to leverage caching when requirements don't change
COPY requirements.txt requirements_optional.txt docker/platformio_install_deps.py platformio.ini /
COPY requirements.txt requirements_optional.txt script/platformio_install_deps.py platformio.ini /
RUN \
pip3 install --no-cache-dir -r /requirements.txt -r /requirements_optional.txt \
&& /platformio_install_deps.py /platformio.ini