Skip to content

Commit

Permalink
trust also for root
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 26, 2024
1 parent 65b5a70 commit 4edfe6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions username-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ ENV HOME=/home/${username}

# trust git folders with different owners
RUN echo "W3NhZmVdCglkaXJlY3RvcnkgPSAqCg==" | base64 -d > $HOME/.gitconfig
RUN sudo git config --global --add safe.directory '*'

WORKDIR $HOME

0 comments on commit 4edfe6e

Please sign in to comment.