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

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