AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
This commit is contained in:
parent
56ae7a27bf
commit
cf8b6164f0
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue