-
-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Labels
Description
Describe the bug
Node alpine docker image doesn't work with zeromq.
Reproducing
Create a Dockerfile with node-alpine (i tried 16,18) and install the npm package of zeromq (version5 or 6 the same).
I can see the prebuild binaries but i think they don't work.
Expected behavior
Zeromq in all version to work. I tried PUB/SUB and REQ/REPLY.
Tested on
- OS: Mac os (Ventura)
- ZeroMQ.js version: both 5 and 6
- Docker