root 4 months ago
parent
commit
f15ba5eb9d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      docker-compose.yml

+ 1 - 1
Dockerfile

@@ -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
 
 

+ 1 - 1
docker-compose.yml

@@ -1,6 +1,6 @@
 services:
   pjsua:
-    image: pjsua2:v2.14.1114
+    image: pjsua2:v2.14.1201
     container_name: pjsua
     restart: always
     network_mode: host