1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update youtube-dl

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

@ -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