bazel debian package as a dependency for my project
I need to build my project with bazel and it uses libcap-dev as a dependency. how to use that inside bazel? I tried used the genrule to install it but i can't use sudo inside the cmd section. I don't…