Przeglądaj źródła

install clang-tidy

Fabian Peter Hammerle 5 lat temu
rodzic
commit
a141ce2989
1 zmienionych plików z 2 dodań i 0 usunięć
  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