Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Fährmann <[email protected]>
  • Loading branch information
Nitrousoxide and mikf authored Nov 20, 2023
1 parent 43c6b91 commit ec99d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit ec99d24

Please sign in to comment.