-
Hi, @alexhultman I trying within Docker with this node alpine, but says this library is incompatible. Reason: Related issue: #140 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
I will track this issue here and will add solution on README |
Beta Was this translation helpful? Give feedback.
-
Binaries are not compatible with Alpine since it is using a different libc. You can compile your own binaries if you insist on using this particular embedded dist. |
Beta Was this translation helpful? Give feedback.
-
If anyone also gets this issue, you can try
If you need solutions for Docker/Linux issues, look at here as my library works on top of uWebSockets.js |
Beta Was this translation helpful? Give feedback.
-
I can run uwebsocket.js inside Docker with additional: RUN apk add --no-cache gcompat |
Beta Was this translation helpful? Give feedback.
-
Had to adjust the fix slightly to work on different architectures. Adding this to my Dockerfile allowed uws to work: |
Beta Was this translation helpful? Give feedback.
Binaries are not compatible with Alpine since it is using a different libc. You can compile your own binaries if you insist on using this particular embedded dist.