Skip to content

Commit

Permalink
Fix failing book build in docker due to git fatal error: detected dub…
Browse files Browse the repository at this point in the history
…ious ownership in repository at '/repo'
  • Loading branch information
crywolf committed Aug 9, 2023
1 parent da2e1a0 commit b6e4504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN set -e; \
done; \
fc-cache -f -v

RUN git config --system --add safe.directory /repo

RUN useradd -u 1001 runner

# setup texlive to handle having no home directory
Expand Down

0 comments on commit b6e4504

Please sign in to comment.