tools/docker: enable ccache by default

pull/5815/head
Ivan Grokhotkov 2020-01-24 19:12:22 +01:00
rodzic 1b0473494f
commit 5140eea3d1
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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 \
&& 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
ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]