From 0e61aa250d5958f4cd411b4056782a03aa899e98 Mon Sep 17 00:00:00 2001 From: timoxd7 Date: Tue, 21 Nov 2023 14:19:45 +0100 Subject: [PATCH] Updated the safe directory setting to be system-wide in Dockerfile --- tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index ae0b99081738..0b1a22020ace 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -39,7 +39,7 @@ RUN : \ && : # Configure git to allow access to all git repositories in the Filesystem -RUN git config --global --add safe.directory '*' +RUN git config --system --add safe.directory '*' # To build the image for a branch or a tag of IDF, pass --build-arg IDF_CLONE_BRANCH_OR_TAG=name. # To build the image with a specific commit ID of IDF, pass --build-arg IDF_CHECKOUT_REF=commit-id.