From 25bbb3bc2fa8f7749959667d9fc3e49110faf658 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 21:38:24 +0200 Subject: [PATCH] Add module PyMuPDF for PDF handling and set version to 0.0.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a3ce31..01efd3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV CI=true USER root RUN cd /opt/runners/task-runner-javascript # && pnpm config set store-dir /root/.local/share/pnpm/store/v10 --global && pnpm add moment uuid -RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf fitz +RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf PyMuPDF COPY n8n-task-runners.json /etc/n8n-task-runners.json USER runner