fix: add nodejs dependency

This commit is contained in:
2026-01-17 15:29:31 +02:00
parent a913552511
commit b48cc7ccc5
2 changed files with 18 additions and 31 deletions

View File

@@ -30,9 +30,12 @@ RUN uv python install 3.13
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
pkg-config libssl-dev ca-certificates ffmpeg \
pkg-config libssl-dev ca-certificates ffmpeg curl unzip \
&& rm -rf /var/lib/apt/lists/*
# Install Deno (required by yt-dlp for YouTube challenge solving)
RUN curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh
RUN --mount=type=cache,target=/root/.cache/uv
# Intstall deps