diff --git a/Dockerfile b/Dockerfile index 110505d3..d0d88e00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file +ENTRYPOINT [ "gallery-dl" ]