fix: add nodejs dependency

This commit is contained in:
2026-01-17 15:29:31 +02:00
parent a913552511
commit a4c08c51bd

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