docker-asterisk
docker-asterisk copied to clipboard
Installation of Modules/Addons - format_MP3
Hi there.
Is it possible to install further modules/addons, for example format_mp3.so, without it being "deleted" when restarting the container?
Thank you in advance. :)
Hi @DavidRosseljong
The object file format_mp3.so is unfortunately not compiled in any alpine package. So it need to come from somewhere else.
If you have a way to build it yourself you can include that build code in a docker-compose.yml file to make sure it is generated and included each time you create your container. See the Compose Build Specification for instructions on how to do that.