Ver Fonte

fix:bug

余尚辉 há 3 meses atrás
pai
commit
6b4ceda9e4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM python:3.9
 RUN apt-get update && \
-    apt-get install -y vim wget curl sngrep tcpflow tcpdump && \
+    apt-get install -y vim wget curl sngrep tcpflow tcpdump ffmpeg && \
     pip3 install swig cython pip setuptools --upgrade