feat(build): Disable safe directory check inside docker
Signed-off-by: Jiuyue Ma <majiuyue@bosc.ac.cn>
This commit is contained in:
parent
c00d376c98
commit
7f91ebc0a0
|
@ -35,6 +35,9 @@ WORKDIR /work
|
|||
VOLUME /work/out
|
||||
VOLUME /work/build
|
||||
|
||||
# disable git safe.directory check
|
||||
RUN git config --global --add safe.directory '*'
|
||||
|
||||
#
|
||||
# download dependencies
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue