install ffmpeg (needed by render_replay.py for match replay video generation)

This commit is contained in:
deploy-migration
2026-07-02 16:18:43 +00:00
parent 4fed6f979c
commit 3a055f8525
+1 -1
View File
@@ -10,7 +10,7 @@ COPY . .
RUN npm run build RUN npm run build
FROM ubuntu:24.04 FROM ubuntu:24.04
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg python3 \ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg python3 ffmpeg \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \ && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \ && apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*