FUNCTIONING
This commit is contained in:
parent
3939aa416f
commit
c05f172aec
7 changed files with 440 additions and 14 deletions
|
@ -1,5 +1,8 @@
|
|||
FROM node:20
|
||||
RUN sudo add-apt-repository ppa:tomtomtom/yt-dlp && apt update && apt install yt-dlp -y
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt install python3 pip -y \
|
||||
&& python3 -m pip install -U yt-dlp --break-system-packages
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue