Skip to content

Commit

Permalink
Merge pull request #447 from crywolf/master
Browse files Browse the repository at this point in the history
Fix failing book build in docker due to git fatal error
  • Loading branch information
lvh authored Aug 10, 2023
2 parents da2e1a0 + b6e4504 commit fdd5dbb
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 fdd5dbb

Please sign in to comment.