mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add clang tidy to docker images
This commit is contained in:
parent
f70d00d28d
commit
3fbaa0a29f
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user