Browse Source

install clang-tidy

Fabian Peter Hammerle 5 years ago
parent
commit
7e48fac3c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -19,5 +19,7 @@ RUN cmake . && make install
 RUN apt-get install --yes \
     libgdal-dev
 
+RUN apt-get install --yes clang-tidy
+
 RUN mkdir /build
 WORKDIR /build