@@ -1,6 +1,6 @@
FROM python:3.9
RUN apt-get update && \
- apt-get install -y vim wget curl sngrep && \
+ apt-get install -y vim wget curl sngrep tcpflow tcpdump && \
pip3 install swig cython pip setuptools --upgrade
services:
pjsua:
- image: pjsua2:v2.14.1114
+ image: pjsua2:v2.14.1201
container_name: pjsua
restart: always
network_mode: host