OmarHusseinZaki commited on
Commit
163b772
·
1 Parent(s): fb1ef83

add ffmpeg

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
8
 
9
  # 3. (Optional but recommended) Install system dependencies if needed
10
  # Example: If yt-dlp needs ffmpeg for specific audio conversions later
11
- # RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/*
12
 
13
  # 4. Copy the requirements file first (for Docker layer caching)
14
  COPY ./requirements.txt /code/requirements.txt
 
8
 
9
  # 3. (Optional but recommended) Install system dependencies if needed
10
  # Example: If yt-dlp needs ffmpeg for specific audio conversions later
11
+ RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/*
12
 
13
  # 4. Copy the requirements file first (for Docker layer caching)
14
  COPY ./requirements.txt /code/requirements.txt