余尚辉 hace 3 meses
padre
commit
6b4ceda9e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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