Installing ffmpeg in dockerfile
This commit is contained in:
parent
25a6b4e82c
commit
3a81b332ba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.13.5-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk update && apk add git
|
||||
RUN apk update && apk add git ffmpeg
|
||||
|
||||
RUN git clone --depth 1 'https://github.com/yt-dlp/yt-dlp.git' /yt-dlp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue