You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
OS: Linux (Alpine)
Additional context
Add any other context about the problem here.