diff --git a/Dockerfile b/Dockerfile index ea13081..1a3ce31 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 +RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf fitz COPY n8n-task-runners.json /etc/n8n-task-runners.json USER runner diff --git a/imagebuild.sh b/imagebuild.sh index e6f68f0..7d5a891 100644 --- a/imagebuild.sh +++ b/imagebuild.sh @@ -1,4 +1,4 @@ -export VERSION=0.0.3 +export VERSION=0.0.4 docker build -t n8n-runners-custom:"$VERSION" . docker login gitea.sda.zone docker tag n8n-runners-custom:"$VERSION" gitea.sda.zone/stephane.david/n8n-runners-custom:"$VERSION"