diff --git a/Dockerfile b/Dockerfile index 2beb527..fb74497 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY package.json ./ RUN npm install -RUN apt update && apt install ffmpeg +RUN apt update && apt install ffmpeg -y COPY . .