diff --git a/Dockerfile b/Dockerfile index 1773683..aecf468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:18-bookworm ENV NODE_ENV=production RUN apt-get update -RUN apt-get install -y ffmpeg && yt-dlp +RUN apt-get install -y ffmpeg yt-dlp WORKDIR /app