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