RSSHUB / Dockerfile
ZSCGR's picture
Update Dockerfile
022723e verified
raw
history blame contribute delete
485 Bytes
FROM diygod/rsshub
RUN apt-get update
# 安装 Chrome 依赖库
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
RUN npx puppeteer browsers install chrome
EXPOSE 1200