diff --git a/Dockerfile b/Dockerfile index f920e9f..5256587 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN chmod +x /root/Downloads/${INSTALLER_PATH} && \ RUN rm /root/Downloads/${INSTALLER_PATH} RUN rm /root/Downloads/${INSTALLER_TAR} RUN mkdir -p /home/build/workspace && \ - /opt/ti/ccs/eclipse/eclipse -noSplash -data /home/build/workspace -application com.ti.common.core.initialize -rtsc.productDiscoveryPath "/opt/ti/" + /opt/ti/ccs/eclipse/eclipse -noSplash -data /home/build/workspace -application com.ti.common.core.initialize -rtsc.productDiscoveryPath "/opt/ti/" && \ + git config --system --add safe.directory /home/build/workspace/* # Pre-compile the small code / small data version of the library # Saves ~6 mins per build