zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.18k stars 525 forks source link

Issue with libczmq-dev #2279

Closed kuna-midhilesh closed 7 months ago

kuna-midhilesh commented 7 months ago

I am using the libczmq-dev package when I use FROM golang:1.21 image and RUN apt-get install -y libczmq-dev It is installing the libczmq-dev pkg succesfully. when I use FROM golang:1.21-alpine-3.19 image and RUN apt-get install -y libczmq-dev It is not adding the libczmq-dev pkg

kuna-midhilesh commented 7 months ago

Ok, understood It is not available in alpine linux versions