We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72a50b commit 1715ba0Copy full SHA for 1715ba0
1 file changed
docker/Dockerfile
@@ -14,6 +14,11 @@ RUN set -ex \
14
RUN set -ex \
15
&& pip install -r requirements.txt
16
17
-RUN git config --global --add safe.directory /var/src/kunai
+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
+
23
24
WORKDIR /var/src
0 commit comments