Commit f493d305 authored by blackheaven's avatar blackheaven
Browse files

Support ffmpeg for pydub

parent 45d02f31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ FROM python:3.10-alpine
COPY . /app
WORKDIR /app

RUN apk update && apk add --no-cache ffmpeg
RUN pip install -r requirements.txt

CMD ["flask", "run", "--host=0.0.0.0"]