n8n-custom/Dockerfile
Sebastian Leheis c6cf401178
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Removed Tragetplatform arg because not nessesary
2025-03-29 13:53:56 +01:00

5 lines
124 B
Docker

ARG BUILDPLATFORM=linux/amd64
FROM --platform=$BUILDPLATFORM n8nio/n8n:1.85.4
USER root
RUN apk --update add qpdf
USER node