diff --git a/Dockerfile.bot b/Dockerfile.bot index c763cb4..eb45a8a 100644 --- a/Dockerfile.bot +++ b/Dockerfile.bot @@ -1,5 +1,5 @@ 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 COPY . . # Runs via the shared venv (mounted at /SHARED at deploy time) so compiled