Add module fitz for PDF handling and set version to 0.0.4

This commit is contained in:
2026-07-19 21:19:17 +02:00
parent 4381279077
commit a0fb0442d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ENV CI=true
USER root USER root
RUN cd /opt/runners/task-runner-javascript RUN cd /opt/runners/task-runner-javascript
# && pnpm config set store-dir /root/.local/share/pnpm/store/v10 --global && pnpm add moment uuid # && 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 RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf fitz
COPY n8n-task-runners.json /etc/n8n-task-runners.json COPY n8n-task-runners.json /etc/n8n-task-runners.json
USER runner USER runner
+1 -1
View File
@@ -1,4 +1,4 @@
export VERSION=0.0.3 export VERSION=0.0.4
docker build -t n8n-runners-custom:"$VERSION" . docker build -t n8n-runners-custom:"$VERSION" .
docker login gitea.sda.zone docker login gitea.sda.zone
docker tag n8n-runners-custom:"$VERSION" gitea.sda.zone/stephane.david/n8n-runners-custom:"$VERSION" docker tag n8n-runners-custom:"$VERSION" gitea.sda.zone/stephane.david/n8n-runners-custom:"$VERSION"