Thank you. It seems I found the culprit:
clang++: command not found
Clang is missing. I’ve checked Dockerfile and now I see that clang installation command was commented by me.
So the question now: Should I install exactly clang-llvm-13.0.0 or any newver version would be fine too?