Pushp0120 commited on
Commit
8e2bcdb
·
verified ·
1 Parent(s): fe243df

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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