ahmetalper commited on
Commit
58f354f
·
verified ·
1 Parent(s): 516f1e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -38,7 +38,9 @@ WORKDIR $HOME/app
38
  RUN pip install --no-cache-dir pillow
39
  RUN pip install --no-cache-dir fastapi
40
  RUN pip install --no-cache-dir uvicorn
 
41
  RUN pip install --no-cache-dir playwright
 
42
 
43
  RUN playwright install
44
 
 
38
  RUN pip install --no-cache-dir pillow
39
  RUN pip install --no-cache-dir fastapi
40
  RUN pip install --no-cache-dir uvicorn
41
+ RUN pip install --no-cache-dir requests
42
  RUN pip install --no-cache-dir playwright
43
+ RUN pip install --no-cache-dir beautifulsoup4
44
 
45
  RUN playwright install
46