mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
chore: Dependency bumps in runner image (zlib, pip) (#26888)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8ed162d274
commit
ae7d19ca75
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ COPY --from=node-alpine /usr/local/bin/node /usr/local/bin/node
|
|||
# libstdc++ is required by Node
|
||||
# libc6-compat is required by task-runner-launcher
|
||||
RUN apk add --no-cache ca-certificates tini libstdc++ libc6-compat && \
|
||||
apk upgrade --no-cache && \
|
||||
pip install --no-cache-dir "pip>=26.0" && \
|
||||
apk del apk-tools
|
||||
|
||||
# Bring corepack and pnpm over, to make the image easier to extend
|
||||
|
|
|
|||
Loading…
Reference in a new issue