Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 && \
|