|
|
@@ -16,6 +16,9 @@ MAINTAINER Ben Boeckel <[email protected]>
|
|
|
COPY install_deps.sh /root/install_deps.sh
|
|
|
RUN sh /root/install_deps.sh
|
|
|
|
|
|
+COPY install_clang_tidy.sh /root/install_clang_tidy.sh
|
|
|
+RUN sh /root/install_clang_tidy.sh
|
|
|
+
|
|
|
COPY --from=iwyu-build /root/iwyu.tar.gz /root/iwyu.tar.gz
|
|
|
RUN tar -C / -xf /root/iwyu.tar.gz
|
|
|
RUN ln -s /usr/lib/llvm-6.0/bin/include-what-you-use /usr/bin/include-what-you-use-6.0
|