ffmpeg in docker

This commit is contained in:
Bingus_Violet 2024-01-17 20:40:14 -06:00
parent ac4e2ad160
commit c064ddd0c9

View file

@ -1,7 +1,7 @@
FROM node:20 FROM node:20
RUN apt-get update \ RUN apt-get update \
&& apt install python3 pip -y \ && apt install python3 pip ffmpeg -y \
&& python3 -m pip install -U yt-dlp --break-system-packages && python3 -m pip install -U yt-dlp --break-system-packages
WORKDIR /usr/src/app WORKDIR /usr/src/app