From 4eeb4074ce5878d3e139ebf0db557f1fa14fcef9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 24 Mar 2023 14:27:53 +0100 Subject: [PATCH] install ffmpeg in the container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e2d608..f357012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV DOCKERIZED=1 RUN mkdir /config RUN chown node:node /config -RUN apk add dumb-init +RUN apk add dumb-init ffmpeg ENV NODE_ENV=production WORKDIR /app