Skip to content

Commit 4d99a55

Browse files
committed
fix: update Dockerfile to ensure deps
1 parent 21a6d20 commit 4d99a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN npm run build
1515

1616
FROM node:22-slim
1717

18-
# 安装 Google Chrome(与你服务器环境一致)
1918
RUN apt-get update && apt-get install -y \
19+
openssl \
2020
wget \
2121
ca-certificates \
2222
&& wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \

0 commit comments

Comments
 (0)