Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,8 @@ RUN pip install \
|
|
| 17 |
requests \
|
| 18 |
google-api-python-client \
|
| 19 |
google-auth \
|
| 20 |
-
google-auth-httplib2
|
|
|
|
| 21 |
|
| 22 |
COPY . .
|
| 23 |
|
|
|
|
| 17 |
requests \
|
| 18 |
google-api-python-client \
|
| 19 |
google-auth \
|
| 20 |
+
google-auth-httplib2 \
|
| 21 |
+
yt-dlp
|
| 22 |
|
| 23 |
COPY . .
|
| 24 |
|