mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci(docker): Added get_idf alias to .bashrc
This commit is contained in:
parent
5f42493573
commit
626aa9f4ca
@ -91,6 +91,9 @@ RUN : \
|
|||||||
&& rm -rf $IDF_TOOLS_PATH/dist \
|
&& 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
|
# 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.
|
# download this at every invocation of the container.
|
||||||
ENV IDF_PYTHON_CHECK_CONSTRAINTS=no
|
ENV IDF_PYTHON_CHECK_CONSTRAINTS=no
|
||||||
|
Loading…
Reference in New Issue
Block a user