imperialwool commited on
Commit
b5ab7f5
1 Parent(s): 13f539a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -10,4 +10,8 @@ RUN apt update && apt install ffmpeg -y
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
 
 
 
 
 
13
  CMD ["python", "app.py"]
 
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
 
13
+ RUN python3 -m pip install -U --no-cache-dir pip setuptools wheel
14
+
15
+ RUN python3 -m pip install --force-reinstall --no-cache-dir https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
16
+
17
  CMD ["python", "app.py"]