FUNCTIONING

This commit is contained in:
Bingus_Violet 2024-01-17 19:48:08 -06:00
parent 3939aa416f
commit c05f172aec
7 changed files with 440 additions and 14 deletions

View file

@ -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