Skip to content

Commit

Permalink
Add libclang
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Aug 5, 2024
1 parent e8f47f7 commit a175230
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ RUN apt-get update && \
doxygen \
lcov \
clang \
libclang-dev \
llvm \
valgrind \
clang-format \
clang-tidy \
cppcheck \
iwyu \
pipx \
python3-pip \
python3-venv && \
pipx && \
rm -rf /var/lib/apt/lists/* && \
pipx install cpplint

Expand Down

0 comments on commit a175230

Please sign in to comment.