Wouldn't it make sense to have all modules built by default into the image? Then the user of the container would just load whatever is needed at runtime.
Personally I am interested in having pulse and srtp modules built-in, so for my own needs I have built the image with libpulse-devand libssl-dev, which did the job.
Wouldn't it make sense to have all modules built by default into the image? Then the user of the container would just load whatever is needed at runtime.
Personally I am interested in having
pulse
andsrtp
modules built-in, so for my own needs I have built the image withlibpulse-dev
andlibssl-dev
, which did the job.