diff --git a/Dockerfile b/Dockerfile index a85dce5..25650be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM n8nio/n8n:latest +USER root +WORKDIR /data RUN apk add --update --no-cache python3 curl RUN python3 -m ensurepip RUN pip3 install --no-cache --upgrade pip setuptools