Skip to content

Commit

Permalink
Merge pull request #95 from Ocramius/fix/allow-git-operations-on-untr…
Browse files Browse the repository at this point in the history
…usted-repositories

Fix: disable `git`'s `safe.directory` handling completely
  • Loading branch information
Ocramius authored Jun 14, 2022
2 parents 795a526 + 42ae46d commit d94b96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ RUN apt update \
&& apt autoremove -y \
&& apt clean

RUN git config --global --add safe.directory '*'

# Build/install static modules that do not have packages
COPY mods-available /mods-available
Expand Down

0 comments on commit d94b96a

Please sign in to comment.