1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +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 \ && apk add --no-cache ca-certificates \
ffmpeg \ ffmpeg \
openssl \ openssl \
python \ python3 \
&& wget -O- https://bootstrap.pypa.io/get-pip.py | python \ && pip3 install youtube-dl
&& pip install youtube-dl
WORKDIR /data WORKDIR /data