notes(feishu): Dockerfile 加 curl(lark-cli npm postinstall 依赖)
deploy notes / build-and-deploy (push) Successful in 2m40s

This commit is contained in:
Fam Zheng
2026-05-17 22:23:57 +01:00
parent 68671784f6
commit e56e2138a8
+2 -1
View File
@@ -4,9 +4,10 @@
FROM node:20-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 python3-pip python3-markdown ca-certificates \
python3 python3-pip python3-markdown ca-certificates curl \
&& rm -rf /var/lib/apt/lists/*
# lark-cli postinstall 调 curl 下二进制,没 curl 会报 spawnSync ENOENT
RUN npm install -g @larksuite/cli@1.0.29
RUN pip install --no-cache-dir --break-system-packages \