Explorar el Código

install clang-tidy

Fabian Peter Hammerle hace 5 años
padre
commit
a141ce2989
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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