From f931c2e5dad37bf83c5a850e758a34d70139cd1a Mon Sep 17 00:00:00 2001 From: Younes Date: Mon, 4 Nov 2024 19:18:05 +0100 Subject: [PATCH] chore: add ffmpeg to runner container --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03690992..89b70665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,9 @@ RUN \ yarn --frozen-lockfile ############################################# -FROM base AS runner +FROM base AS runner WORKDIR /app +RUN apk add --no-cache ffmpeg COPY --from=builder /app .