diff --git a/Dockerfile b/Dockerfile index ee9d1a94..110505d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM python:alpine -RUN python3 -m pip install -U gallery-dl -RUN python3 -m pip install -U youtube_dl +RUN python3 -m pip install -U gallery-dl yt-dlp RUN apk update RUN apk add ffmpeg ENTRYPOINT [ "gallery-dl" ] \ No newline at end of file