diff --git a/Dockerfile b/Dockerfile index cb6ecff..21bd2c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build 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 - \ && apt-get install -y --no-install-recommends nodejs \ && rm -rf /var/lib/apt/lists/*