diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index e66daac..0a22f49 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -2,6 +2,9 @@ RUN apt-get update RUN apt-get install -y make git python3 +# Install Linting Tools +RUN apt-get install -y clang clang-tidy clang-format + # Install Build Tools ADD osxcross.tar.bz2 ./