# freeswitch_docker_file **Repository Path**: liangmingwei/freeswitch_docker_file ## Basic Information - **Project Name**: freeswitch_docker_file - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-20 - **Last Updated**: 2025-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # freeswitch_docker_file 最新测试,ok,修改了apt源。[点击查看教程](https://lowbibi.com/freeswitch-jssip/) 运行 docker build -t myimage:latest . 因为国内网络问题,因此我做了改动,将源改为国内阿里云。 如果你是华为云,你就替换成华为云的源,同理腾讯云的源。 RUN sed -i 's/http://deb.debian.org/http://mirrors.aliyun.com/g' /etc/apt/sources.list 做对应的替换。 最新更新,最新fs和spandsp代码有冲突,修改了 dockerfile。