Update Dockerfile

changed youtube_dl to yt-dlp and combined install line

Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
pull/4831/head
Nitrousoxide 10 months ago committed by GitHub
parent 12818ce9a5
commit 43c6b914a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" ]
Loading…
Cancel
Save