Skip to content

Commit

Permalink
[👷][#15] : Docker : add doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Nov 6, 2021
1 parent d18f2da commit 1c239b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@ RUN apt update && \
clang-format-${LLVM_VERSION} \
clang-tidy-${LLVM_VERSION} \
iwyu \
doxygen \
graphviz \
plantuml \
python3-jinja2 \
python3-pygments \
pip

RUN pip install \
lizard \
codechecker
codechecker \
coverxygen

#RUN ln -s /usr/bin/clang++-${LLVM_VERSION} /usr/bin/clang++ && \
RUN ln -s /usr/bin/clang-format-${LLVM_VERSION} /usr/bin/clang-format && \
Expand Down

0 comments on commit 1c239b5

Please sign in to comment.