余尚辉 3 月之前
父节点
当前提交
0aaf6fea89
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ffmpeg && \
+    apt-get install -y vim wget curl sngrep tcpflow tcpdump && \
     pip3 install swig cython pip setuptools --upgrade