Skip to content

Commit

Permalink
Trust git
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 26, 2024
1 parent 07af060 commit 65b5a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions username-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ RUN echo "%${username} ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
USER ${username}
ENV HOME=/home/${username}


# trust git folders with different owners
RUN echo "W3NhZmVdCglkaXJlY3RvcnkgPSAqCg==" | base64 -d > $HOME/.gitconfig

WORKDIR $HOME

0 comments on commit 65b5a70

Please sign in to comment.