AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG

This commit is contained in:
watn3y 2023-10-27 05:14:37 +00:00
parent 56ae7a27bf
commit cf8b6164f0
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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