zeromq/czmq

Issue with libczmq-dev

kuna-midhilesh opened this issue · 1 comments

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

  • getting error as package not found

Ok, understood It is not available in alpine linux versions