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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: