mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Only pre-install libraries in docker images (#4766)
This commit is contained in:
@@ -63,7 +63,7 @@ RUN \
|
||||
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
|
||||
&& /platformio_install_deps.py /platformio.ini --libraries
|
||||
|
||||
|
||||
# ======================= docker-type image =======================
|
||||
|
Reference in New Issue
Block a user