Files
tonemark/Dockerfile
Giancarmine Salucci ed5e88f5ca
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 42s
fix: install yt-dlp via pip instead of prebuilt binary
The prebuilt yt-dlp binary is compiled against glibc and fails on
Alpine Linux (musl libc) with 'cannot execute'. Install python3 +
py3-pip and use pip to install yt-dlp instead.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-06 19:17:18 +02:00

1.4 KiB