|
Hi, @alexhultman I trying within Docker with this node alpine, but says this library is incompatible. Reason: Related issue: #140 |
Replies: 5 comments 5 replies
|
I will track this issue here and will add solution on README |
|
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. |
|
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 |
|
I can run uwebsocket.js inside Docker with additional: RUN apk add --no-cache gcompat |
|
Had to adjust the fix slightly to work on different architectures. Adding this to my Dockerfile allowed uws to work: |
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.