Skip to content

Commit

Permalink
ci(docker): Added get_idf alias to .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxd7 committed Feb 28, 2024
1 parent 5f42493 commit 626aa9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 626aa9f

Please sign in to comment.