We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a6d20 commit 4d99a55Copy full SHA for 4d99a55
Dockerfile
@@ -15,8 +15,8 @@ RUN npm run build
15
16
FROM node:22-slim
17
18
-# 安装 Google Chrome(与你服务器环境一致)
19
RUN apt-get update && apt-get install -y \
+ openssl \
20
wget \
21
ca-certificates \
22
&& wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
0 commit comments