From f42370b32e7d153bd526fe9370d635a40d5e797b Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 11:42:52 +0200 Subject: [PATCH] Add CI env variable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1e3f1a9..bd5b011 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM n8nio/runners:latest LABEL authors="stephane.david" +ENV CI=true USER root 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