diff --git a/Dockerfile b/Dockerfile index 1cf0c66..31d7c9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ 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 nodejs \ && rm -rf /var/lib/apt/lists/* RUN --mount=type=cache,target=/root/.cache/uv