diff --git a/Dockerfile b/Dockerfile index cb46227..d99ca89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,10 @@ VOLUME /app # Copy project files COPY . . +RUN apt update && apt install -y \ + ffmpeg \ + --no-install-recommends + # Install dependencies RUN bun install