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