Skip to content

Commit 1715ba0

Browse files
committed
More ownership
1 parent c72a50b commit 1715ba0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ RUN set -ex \
1414
RUN set -ex \
1515
&& pip install -r requirements.txt
1616

17-
RUN git config --global --add safe.directory /var/src/kunai
17+
RUN \
18+
git config --global --add safe.directory /var/src/kunai && \
19+
git config --global --add safe.directory /var/src/cpprefjp/site && \
20+
git config --global --add safe.directory /var/src/boostjp/site && \
21+
:
22+
1823

1924
WORKDIR /var/src

0 commit comments

Comments
 (0)