fix: inject curl-cffi for impersonation
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-09 09:11:16 +02:00
parent 49b8dd4dd4
commit 22d935609f
No known key found for this signature in database
GPG key ID: 940DFD5EADD1E94A

View file

@ -75,6 +75,7 @@ RUN pipx ensurepath
RUN source /home/subsyt/.bashrc
RUN pipx install yt-dlp
RUN pipx inject yt-dlp curl-cffi
RUN pipx inject yt-dlp bgutil-ytdlp-pot-provider
COPY --from=builder --chown=subsyt:subsyt /src/build/subsyt /app/subsyt