diff --git a/Dockerfile b/Dockerfile index a565582..07c80d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ FROM docker.n8n.io/n8nio/n8n USER root ENV PYTHONUNBUFFERED=1 RUN apk add --update --no-cache python3 ffmpeg curl -# install any further packages needed +# install more here USER node