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

This commit is contained in:
deploy-migration
2026-07-02 16:18:31 +00:00
parent 9aa6db5b58
commit 48a491d780
+1 -1
View File
@@ -1,5 +1,5 @@
FROM ubuntu:24.04 FROM ubuntu:24.04
RUN apt-get update && apt-get install -y --no-install-recommends python3 ca-certificates && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y --no-install-recommends python3 ca-certificates ffmpeg && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app
COPY . . COPY . .
# Runs via the shared venv (mounted at /SHARED at deploy time) so compiled # Runs via the shared venv (mounted at /SHARED at deploy time) so compiled