mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
tools/docker: enable ccache by default
This commit is contained in:
@ -58,6 +58,9 @@ RUN $IDF_PATH/tools/idf_tools.py --non-interactive install required \
|
|||||||
&& $IDF_PATH/tools/idf_tools.py --non-interactive install-python-env \
|
&& $IDF_PATH/tools/idf_tools.py --non-interactive install-python-env \
|
||||||
&& rm -rf $IDF_TOOLS_PATH/dist
|
&& rm -rf $IDF_TOOLS_PATH/dist
|
||||||
|
|
||||||
|
# Ccache is installed, enable it by default
|
||||||
|
ENV IDF_CCACHE_ENABLE=1
|
||||||
|
|
||||||
COPY entrypoint.sh /opt/esp/entrypoint.sh
|
COPY entrypoint.sh /opt/esp/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]
|
ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]
|
||||||
|
Reference in New Issue
Block a user