Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ COPY requirements.txt .
|
|
20 |
# fastapi[all]
|
21 |
# yt-dlp
|
22 |
# requests
|
23 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
|
25 |
# Copy the rest of the application files
|
26 |
# Make sure main.py and www.youtube.com_cookies.txt (if used) are in the build context
|
|
|
20 |
# fastapi[all]
|
21 |
# yt-dlp
|
22 |
# requests
|
23 |
+
RUN pip install --pre --no-cache-dir -r requirements.txt
|
24 |
|
25 |
# Copy the rest of the application files
|
26 |
# Make sure main.py and www.youtube.com_cookies.txt (if used) are in the build context
|