tkey-builder: Include clang-tidy & splint

To be able to run statical analysis on source, include clang-tidy and
splint (see make check) in tkey-builder.
This commit is contained in:
Michael Cardell Widerkrantz 2024-03-21 15:03:08 +01:00
parent 48324fe5b3
commit da40edfc51
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN apt-get -qq update -y \
ca-certificates \
clang \
clang-format \
clang-tidy \
cmake \
flex \
gawk \
@ -41,6 +42,7 @@ RUN apt-get -qq update -y \
vim \
xdot \
sdcc \
splint \
cmake \
gcc-arm-none-eabi \
libnewlib-arm-none-eabi \