Add clang tidy to docker images

This commit is contained in:
alesapin 2020-03-10 12:07:43 +03:00
parent f70d00d28d
commit 3fbaa0a29f
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RUN apt-get update -y \
lld-8 \
libclang-8-dev \
liblld-8-dev \
clang-tidy-8 \
libicu-dev \
libreadline-dev \
ninja-build \

View File

@ -28,6 +28,7 @@ RUN apt-get --allow-unauthenticated update -y \
lld-8 \
libclang-8-dev \
liblld-8-dev \
clang-tidy-8 \
libicu-dev \
libreadline-dev \
gperf \