Skip to content

Commit ec914d7

Browse files
committed
Update dockerfile
1 parent 8ddeb52 commit ec914d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN \
1414
apt-get install -y gcc g++ && \
1515
# install cppcheck
1616
apt-get install -y cppcheck && \
17+
# install clang tidy
18+
apt-get install -y clang-tidy && \
1719
# install lcov
1820
apt-get install -y lcov
1921

0 commit comments

Comments
 (0)