docker-asterisk icon indicating copy to clipboard operation
docker-asterisk copied to clipboard

Installation of Modules/Addons - format_MP3

Open DavidRosseljong opened this issue 5 months ago • 1 comments

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. :)

DavidRosseljong avatar Jul 05 '25 09:07 DavidRosseljong

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.

mlan avatar Jul 07 '25 19:07 mlan