From cf8b6164f06e08bf821113d11cd6c58063948b15 Mon Sep 17 00:00:00 2001 From: watn3y Date: Fri, 27 Oct 2023 05:14:37 +0000 Subject: [PATCH] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG --- Dockerfile | 2 ++ entrypoint.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a73f967..22550cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,8 @@ RUN apk update RUN apk upgrade --available RUN apk add --no-cache --virtual ffmpeg python3 py3-pip +RUN pip3 install --upgrade yt-dlp + WORKDIR /app COPY --from=build /tmp/build/output/bloaterbot /app/bloaterbot diff --git a/entrypoint.sh b/entrypoint.sh index f8a580f..55aee4a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env ash #update yt-dlp as there are breaking changes often -yt-dlp -U +pip3 install --upgrade yt-dlp if $? == 0; then clear