forked from espressif/esp-idf
Merge branch 'contrib/github_pr_13266' into 'master'
Updated Dockerfile for devcontainer usage (GitHub PR) Closes IDFGH-12213 See merge request espressif/esp-idf!29314
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user