Skip to content

Commit

Permalink
Fix: install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Jan 21, 2024
1 parent 40a34e3 commit 35f331e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.11-slim

RUN apt -yy update && apt -yy install ffmpeg && apt clean

COPY app/requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt

Expand Down

0 comments on commit 35f331e

Please sign in to comment.