parent
26b6e9c3b7
commit
6aa9a42b5d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue