1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00

Update Dockerfile

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
Nitrousoxide 2023-11-20 11:53:48 -05:00 committed by GitHub
parent 43c6b914a2
commit ec99d24b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]