Add yt-dlp to dockerfile
This commit is contained in:
parent
06b1a89b2c
commit
b1f60bae07
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM node:20
|
FROM node:20
|
||||||
RUN apt update && apt install ffmpeg -y
|
RUN sudo add-apt-repository ppa:tomtomtom/yt-dlp && apt update && apt install yt-dlp -y
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue