Skip to content

Commit

Permalink
fix(docker): add ffmpeg to yt-dl's container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 27, 2024
1 parent 548a25f commit a97d438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytdl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1

RUN apk update && \
apk add --no-cache mariadb-dev build-base gcc musl-dev linux-headers
apk add --no-cache mariadb-dev build-base gcc musl-dev linux-headers ffmpeg

COPY requirements.txt /app/requirements.txt
RUN pip install --upgrade pip && \
Expand Down

0 comments on commit a97d438

Please sign in to comment.