余尚辉 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