Dockerfile: Configure cloned folder as safe dir to enable coveralls report

This commit is contained in:
Tomas Babej 2022-06-28 09:12:37 -04:00
parent ef1375af02
commit 22557e7d42

View file

@ -96,4 +96,7 @@ ARG VIMWIKI_VERSION
RUN git clone --depth 1 --recurse-submodules --shallow-submodules \ RUN git clone --depth 1 --recurse-submodules --shallow-submodules \
--branch $VIMWIKI_VERSION https://github.com/vimwiki/vimwiki /root/.vim/bundle/vimwiki --branch $VIMWIKI_VERSION https://github.com/vimwiki/vimwiki /root/.vim/bundle/vimwiki
# Fixes coveralls reporting
RUN git config --global --add safe.directory /root/.vim/bundle/taskwiki
WORKDIR /root/.vim/bundle/taskwiki WORKDIR /root/.vim/bundle/taskwiki