Compare commits

1 Commits

Author SHA1 Message Date
a4c08c51bd fix: add nodejs dependency 2026-01-17 15:39:47 +02:00

View File

@@ -30,7 +30,7 @@ RUN uv python install 3.13
RUN apt-get update -y \ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \ && 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/* && rm -rf /var/lib/apt/lists/*
RUN --mount=type=cache,target=/root/.cache/uv RUN --mount=type=cache,target=/root/.cache/uv