ZSCGR commited on
Commit
022723e
·
verified ·
1 Parent(s): 137c03e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM diygod/rsshub
3
  RUN apt-get update
4
 
5
  # 安装 Chrome 依赖库
6
- RUN apt-get install -y libnss3 gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libgl1-mesa-dri libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libstdc++6 libx11-6 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 at-spi2-core
7
 
8
  RUN npx puppeteer browsers install chrome
9
 
 
3
  RUN apt-get update
4
 
5
  # 安装 Chrome 依赖库
6
+ RUN apt-get install -y libgbm1 libnss3 gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libgl1-mesa-dri libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libstdc++6 libx11-6 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 at-spi2-core
7
 
8
  RUN npx puppeteer browsers install chrome
9