Add CI env variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM n8nio/runners:latest
|
FROM n8nio/runners:latest
|
||||||
LABEL authors="stephane.david"
|
LABEL authors="stephane.david"
|
||||||
|
ENV CI=true
|
||||||
USER root
|
USER root
|
||||||
RUN cd /opt/runners/task-runner-javascript && pnpm install && pnpm add moment uuid
|
RUN cd /opt/runners/task-runner-javascript && pnpm install && pnpm add moment uuid
|
||||||
RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf
|
RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf
|
||||||
|
|||||||
Reference in New Issue
Block a user