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 .