Update Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
FROM diygod/rsshub
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
RUN npx puppeteer browsers install chrome
|
4 |
|
5 |
EXPOSE 1200
|
|
|
1 |
FROM diygod/rsshub
|
2 |
|
3 |
+
RUN apt-get update
|
4 |
+
|
5 |
+
# 安装 Chrome 依赖库
|
6 |
+
RUN apt-get install -y 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 |
|
10 |
EXPOSE 1200
|