There is currently a draft PR nodejs/node#37727 which if accepted will add a build time dependency for Linux for libcap
. This issue would like to request libcap be installed on the CI machines that use Linux.
The pull request includes updates to the github workflows and used the following command:
$ sudo apt-get install -y libcap-dev