chore: indicate allowed ssh signers for git
This commit is contained in:
parent
90131929b5
commit
432ca341e3
@ -215,6 +215,7 @@ ARG GIT_USER_EMAIL
|
||||
ARG GIT_USER_NAME
|
||||
RUN git config --global user.email "${GIT_USER_EMAIL}" \
|
||||
&& git config --global user.name "${GIT_USER_NAME}" \
|
||||
&& git config --global gpg.ssh.allowedSignersFile "${XDG_CONFIG_HOME}/git/allowed_signers" \
|
||||
&& git config --global core.editor nvim \
|
||||
&& git config --global diff.tool nvimdiff \
|
||||
&& git config --global difftool.nvimdiff.layout "LOCAL,REMOTE" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user