Skip to content

Commit

Permalink
add clang-tidy to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Oct 19, 2023
1 parent f9b827c commit d4088ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ RUN apt-get update \
&& apt-get install -y build-essential \
gdb \
git \
cmake
cmake \
clang-tidy

0 comments on commit d4088ca

Please sign in to comment.