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:
@@ -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
|
||||
|
Reference in New Issue
Block a user