I use a libmp3lame binding in my project, and I am not sure how to have those available in the docker image. Do I need to recreate an image including those ? Should I just have them in my repo and point the compiler to them ? Can I apt-get them from the container ?
I use a
libmp3lame
binding in my project, and I am not sure how to have those available in the docker image. Do I need to recreate an image including those ? Should I just have them in my repo and point the compiler to them ? Can Iapt-get
them from the container ?