I'm trying to make a Docker image for a CI pipeline, that needs to contain clang-tidy among other tools. The problem is that I can't find any package containing clang-tidy on the Alpine repos, which means that I am forced to compile it from source. Furthermore, I need only this tool, not the whole clang-tools suite.
Could you point me to any instructions on how to compile clang-tidy only under Alpine or to any compatible binaries?
Thanks in advance.