Skip to content

Commit

Permalink
Add ffmpeg to backend image
Browse files Browse the repository at this point in the history
  • Loading branch information
meytin1337 committed Dec 14, 2023
1 parent 37ec957 commit b91c5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3.11
RUN apt update
RUN apt install -y ffmpeg
WORKDIR /app
COPY Pipfile Pipfile.lock /app/
RUN pip install pipenv
Expand Down

0 comments on commit b91c5db

Please sign in to comment.