1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-09-16 09:16:45 +02:00

Removed version constrain

youtube-dl is very sensitive to outdating, so it is better to have it always updated.

Added test so receipe will fail if not installed correctly.
This commit is contained in:
Jan Pobořil
2019-11-02 15:11:29 +01:00
committed by GitHub
parent fdd9fff144
commit 95477fe399

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