diff --git a/Dockerfile b/Dockerfile index d9bcaaa..789dd4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:20 +RUN apt update && apt install ffmpeg -y WORKDIR /usr/src/app