ffmpeg in docker
This commit is contained in:
parent
ac4e2ad160
commit
c064ddd0c9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:20
|
||||
|
||||
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
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
|
Loading…
Reference in a new issue