From 22557e7d4281ec915efdc308fc114141f627b1ea Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 28 Jun 2022 09:12:37 -0400 Subject: [PATCH] Dockerfile: Configure cloned folder as safe dir to enable coveralls report --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index eac86a5..941636e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,4 +96,7 @@ ARG VIMWIKI_VERSION RUN git clone --depth 1 --recurse-submodules --shallow-submodules \ --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