notes(feishu): Dockerfile 加 curl(lark-cli npm postinstall 依赖)
deploy notes / build-and-deploy (push) Successful in 2m40s
deploy notes / build-and-deploy (push) Successful in 2m40s
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user