소스 검색

add ffmpeg to Dockerfile for youtube-dl

Mikhail Grankin 6 년 전
부모
커밋
efcb035c0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ From nvcr.io/nvidia/pytorch:19.04-py3
 
 
 RUN apt-get -y update
 RUN apt-get -y update
 
 
-RUN apt-get install -y python3-pip software-properties-common wget
+RUN apt-get install -y python3-pip software-properties-common wget ffmpeg
 
 
 RUN add-apt-repository ppa:git-core/ppa
 RUN add-apt-repository ppa:git-core/ppa