Skip to content

Commit

Permalink
Updated the safe directory setting to be system-wide in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxd7 committed Nov 21, 2023
1 parent d9a015e commit 0e61aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e61aa2

Please sign in to comment.