Describe the bug
The ffi-napi package required by net-keepalive is built with node-gyp which requires python. This breaks on alpine docker images which don't include python
** Client Version **
0.14.2
To Reproduce
Create a node Docker image based on an alpine version and RUN npm install.
Expected behavior
stay compatible with alpine images.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.