install ffmpeg (needed by BOT/render_replay.py for match replay video generation)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user