add clang-tidy to Dockerfiles

This commit is contained in:
Chris Copeland 2024-04-16 06:46:25 -07:00
parent 1ca0a83ebb
commit bfb77a07b3
Signed by: chrisnc
GPG Key ID: 14550DA72485DF30
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
bear \ bear \
clang \ clang \
clang-tidy \
gdb \ gdb \
less \ less \
libc++-dev \ libc++-dev \

View File

@ -6,6 +6,7 @@ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
bear \ bear \
clang \ clang \
clang-tidy \
gcc-arm-none-eabi \ gcc-arm-none-eabi \
gdb \ gdb \
less \ less \