1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

add aria2 and set youtube-dl version

This commit is contained in:
gr1m 2018-10-04 21:19:36 +03:00 committed by GitHub
parent cc2cfb8afb
commit e751780a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,8 @@ RUN set -xe \
ffmpeg \ ffmpeg \
openssl \ openssl \
python3 \ python3 \
&& pip3 install youtube-dl aria2 \
&& pip3 install youtube-dl==2018.09.26
WORKDIR /data WORKDIR /data