Update Dockerfile

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
pull/4831/head
Nitrousoxide 10 months ago committed by GitHub
parent 43c6b914a2
commit ec99d24b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,4 +2,4 @@ FROM python:alpine
RUN python3 -m pip install -U gallery-dl yt-dlp
RUN apk update
RUN apk add ffmpeg
ENTRYPOINT [ "gallery-dl" ]
ENTRYPOINT [ "gallery-dl" ]

Loading…
Cancel
Save