Skip to content

Commit 63c805c

Browse files
committed
Remove depth 1
1 parent 8e76791 commit 63c805c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get -y install pandoc mkdocs doxygen git build-essential cmake libfmt-de
1414
RUN git clone --depth=1 https://github.com/pantor/inja
1515
RUN cd inja && cmake . -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF && make install
1616

17-
RUN git clone --depth=1 https://github.com/matusnovak/doxybook2
17+
RUN git clone https://github.com/matusnovak/doxybook2
1818
# Checkout to working version of doxybook2
1919
RUN cd doxybook2 && git checkout 187dc2991dabe65f808263
2020
RUN cd doxybook2 && cmake . && make install

0 commit comments

Comments
 (0)