11 lines
245 B
Docker
11 lines
245 B
Docker
FROM n8nio/runners:2.7.3
|
|
|
|
USER root
|
|
|
|
RUN cd /opt/runners/task-runner-javascript && pnpm add moment uuid
|
|
|
|
RUN cd /opt/runners/task-runner-python && uv pip install requests pillow
|
|
|
|
COPY n8n-task-runners.json /etc/n8n-task-runners.json
|
|
|
|
USER runner |