A-baoYang commited on
Commit
e2a385e
1 Parent(s): 8a3bef5

Edit Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -33,4 +33,6 @@ RUN pip install --no-cache-dir --upgrade -r $HOME/app/autocrawler/requirements.t
33
 
34
  RUN playwright install
35
 
 
 
36
  CMD ["python", "app.py"]
 
33
 
34
  RUN playwright install
35
 
36
+ RUN apt-get install libglib2.0-0 libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libdbus-1-3 libxkbcommon0 libatspi2.0-0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libpango-1.0-0 libcairo2 libasound2
37
+
38
  CMD ["python", "app.py"]