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