chore: indicate allowed ssh signers for git

This commit is contained in:
João Paulo Dubas 2024-03-31 21:43:18 +00:00
parent 90131929b5
commit 432ca341e3
No known key found for this signature in database

View File

@ -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" \