Sfoglia il codice sorgente

install clang-tidy

Fabian Peter Hammerle 5 anni fa
parent
commit
a141ce2989
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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