Merge pull request #1 from suplstfdo/Add-ffmpeg

Add ffmpeg to docker container
This commit is contained in:
Xoconoch
2025-01-27 12:27:30 -06:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ FROM python:3.12-slim
WORKDIR /app
# 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 requirements.txt .