Re: Kamailio docker with missing modules
Martin Nyström via sr-users <[email protected]>
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Message-ID | <AS8PR02MB78017526475428F8BD66567EF6BA2@AS8PR02MB7801.eurprd02.prod.outlook.com> |
The module was not missing, my mistake. However, for reference this is how I was able to install modules on the docker image. I invoked a shell script from my Dockerfile which ran the following: RUN git clone --branch 5.8.6 https://github.com/kamailio/kamailio.git /usr/src/kamailio cd /usr/src/kamailio/src/modules/app_python3 && make && make install /M From: Martin Nyström via sr-users <[email protected]> Date: Wednesday, 23 April 2025 at 11:19 To: Kamailio (SER) - Users Mailing List <[email protected]> Cc: Martin Nyström <[email protected]> Subject: [SR-Users] Kamailio docker with missing modules CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi, I’m using the docker ghcr.io/kamailio/kamailio:5.8.6-xenial but it appears to be missing the app_python modules. How can I add it, together with other missing modules? /M __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!