Add ffmpeg to docker container

This commit is contained in:
michael
2025-01-27 19:08:09 +01:00
parent c7120b348d
commit 8792aa1310

View File

@@ -5,7 +5,7 @@ FROM python:3.12-slim
WORKDIR /app WORKDIR /app
# Install git # Install git
RUN apt-get update && apt-get install -y git RUN apt-get update && apt-get install -y git ffmpeg
# Copy the requirements file into the container # Copy the requirements file into the container
COPY requirements.txt . COPY requirements.txt .