ITADN

Build Error on update with n8n v2.1.4

#78Closedakentner 创建于 2025-12-25
A
akentnercommented
Could not run update to n8n v2.1.4 Supervisor log says: ``` Could not build image for addon 2effc9b9_n8n: Can't build 2effc9b9/amd64-addon-n8n:2.1.4: Docker build failed for 2effc9b9/amd64-addon-n8n:2.1.4 (exit code 1). Build output: #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.27kB done #1 DONE 0.1s #2 [internal] load metadata for docker.n8n.io/n8nio/n8n:latest #2 DONE 0.4s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/4] FROM docker.n8n.io/n8nio/n8n:latest@sha256:85214df20cd7bc020f8e4b0f60f87ea87f0a754ca7ba3d1ccdfc503ccd6e7f9c #4 CACHED #5 [internal] load build context #5 transferring context: 443B 0.0s done #5 DONE 0.1s #6 [2/4] RUN apk add -U --no-cache jq #6 0.515 /bin/sh: apk: not found #6 ERROR: process "/bin/sh -c apk add -U --no-cache jq" did not complete successfully: exit code: 127 ------ > [2/4] RUN apk add -U --no-cache jq: 0.515 /bin/sh: apk: not found ------ Dockerfile:5 -------------------- 3 | 4 | USER root 5 | >>> RUN apk add -U --no-cache jq 6 | COPY run.sh / 7 | RUN chmod a+x /run.sh -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c apk add -U --no-cache jq" did not complete successfully: exit code: 127 ```
关闭于 2025-12-25 2 条评论