Skip to content

Commit

Permalink
remove git from here
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 27, 2024
1 parent 0efffb8 commit fe47435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions username-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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 '*'
# RUN echo "W3NhZmVdCglkaXJlY3RvcnkgPSAqCg==" | base64 -d > $HOME/.gitconfig
# RUN sudo git config --global --add safe.directory '*'

RUN git config --global --add safe.directory /__w/privatecast/privatecast
RUN sudo git config --global --add safe.directory /__w/privatecast/privatecast
# RUN git config --global --add safe.directory /__w/privatecast/privatecast
# RUN sudo git config --global --add safe.directory /__w/privatecast/privatecast

WORKDIR $HOME

0 comments on commit fe47435

Please sign in to comment.