LovnishVerma commited on
Commit
d015cf8
·
verified ·
1 Parent(s): 3e9485f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@
2
  FROM python:3.10
3
 
4
  # Install FFmpeg and system certificates explicitly
 
5
  RUN apt-get update && \
6
  apt-get install -y ffmpeg git ca-certificates && \
7
  update-ca-certificates && \
 
2
  FROM python:3.10
3
 
4
  # Install FFmpeg and system certificates explicitly
5
+ # This step is critical for YouTube downloads to work
6
  RUN apt-get update && \
7
  apt-get install -y ffmpeg git ca-certificates && \
8
  update-ca-certificates && \