From 3e7baebec97b657f60f58f585e1ca2409c02d383 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 1 Nov 2025 11:26:56 +0700 Subject: [PATCH] add deno, pin yt-dlp to master --- Dockerfile | 2 ++ backend/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4319f71..16138904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,8 @@ ARG INSTALL_DEBUG ENV PYTHONUNBUFFERED=1 +COPY --from=denoland/deno:bin /deno /usr/local/bin/deno + # copy build requirements COPY --from=builder /root/.local /root/.local ENV PATH=/root/.local/bin:$PATH diff --git a/backend/requirements.txt b/backend/requirements.txt index ac0d1f7b..8bfb5703 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ requests==2.32.5 ryd-client==0.0.6 uvicorn==0.38.0 whitenoise==6.11.0 -yt-dlp[default]==2025.10.22 +yt-dlp[default] @ git+https://github.com/yt-dlp/yt-dlp@6224a3898821965a7d6a2cb9cc2de40a0fd6e6bc