2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update youtube-dl

This commit is contained in:
kev
2016-11-05 14:07:22 +08:00
parent 17db7d2550
commit 7a7bc940e4

View File

@@ -9,9 +9,8 @@ RUN set -xe \
&& apk add --no-cache ca-certificates \
ffmpeg \
openssl \
python \
&& wget -O- https://bootstrap.pypa.io/get-pip.py | python \
&& pip install youtube-dl
python3 \
&& pip3 install youtube-dl
WORKDIR /data