diff --git a/youtube/youtube-dl/Dockerfile b/youtube/youtube-dl/Dockerfile index 7eb973a..4792f3f 100644 --- a/youtube/youtube-dl/Dockerfile +++ b/youtube/youtube-dl/Dockerfile @@ -2,14 +2,13 @@ # Dockerfile for youtube-dl # -FROM alpine +FROM python:3.9-alpine MAINTAINER kev RUN set -xe \ && apk add --no-cache ca-certificates \ ffmpeg \ openssl \ - python3 \ aria2 \ && pip3 install youtube-dl