playing works

This commit is contained in:
2026-03-08 19:41:52 +01:00
parent b7a13646ee
commit 7ff7430306
9 changed files with 1034 additions and 91 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ CMD ["/app/master"]
FROM alpine:3.23 AS worker
RUN \
apk add --no-cache python3 ffmpeg deno
apk add --no-cache python3 ffmpeg deno opus
RUN \
wget https://github.com/yt-dlp/yt-dlp/releases/download/2026.02.21/yt-dlp -O /usr/local/bin/yt-dlp && \