Added FFMPEG to Dockerfile

This commit is contained in:
Tiago Ribeiro
2023-07-14 10:24:26 +01:00
parent df30edd45e
commit 18bf6d59e0

View File

@@ -11,6 +11,8 @@ ENV APP_HOME /app
WORKDIR $APP_HOME
COPY . ./
RUN apt update && apt install -y ffmpeg
# Install production dependencies.
RUN pip install --no-cache-dir -r requirements.txt