From 7a7bc940e470098d0f6430b1060a522e3b60a47f Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 5 Nov 2016 14:07:22 +0800 Subject: [PATCH] update youtube-dl --- youtube/youtube-dl/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/youtube/youtube-dl/Dockerfile b/youtube/youtube-dl/Dockerfile index d1f95d4..e3982cb 100644 --- a/youtube/youtube-dl/Dockerfile +++ b/youtube/youtube-dl/Dockerfile @@ -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