1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-31 22:59:39 +02:00

Merge pull request #123 from iBobik/patch-1

Removed version constrain
This commit is contained in:
Kevin He 2019-11-04 10:49:13 +08:00 committed by GitHub
commit 38d5a510ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,10 @@ RUN set -xe \
openssl \
python3 \
aria2 \
&& pip3 install youtube-dl==2018.09.26
&& pip3 install youtube-dl
# Try to run it so we know it works
RUN youtube-dl --version
WORKDIR /data