ci(docker): Added get_idf alias to .bashrc

pull/13266/head
timoxd7 2024-02-28 10:31:32 +01:00
rodzic 5f42493573
commit 626aa9f4ca
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 682013CE409EB82D
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -91,6 +91,9 @@ RUN : \
&& rm -rf $IDF_TOOLS_PATH/dist \
&& :
# Add get_idf as alias
RUN echo 'alias get_idf=". /opt/esp/idf/export.sh"' >> /root/.bashrc
# The constraint file has been downloaded and the right Python package versions installed. No need to check and
# download this at every invocation of the container.
ENV IDF_PYTHON_CHECK_CONSTRAINTS=no