mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Include uv on the n8nio/runners image (#19830)
This commit is contained in:
parent
0c82007360
commit
0e49948ebb
|
|
@ -107,6 +107,9 @@ ENV NODE_ENV=production \
|
|||
N8N_RELEASE_TYPE=${N8N_RELEASE_TYPE} \
|
||||
SHELL=/bin/sh
|
||||
|
||||
# Bring `uv` over from python-runner-builder
|
||||
COPY --from=python-runner-builder /usr/local/bin/uv /usr/local/bin/uv
|
||||
|
||||
# Bring node over from node-alpine
|
||||
COPY --from=node-alpine /usr/local/bin/node /usr/local/bin/node
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user