diff --git a/Dockerfile b/Dockerfile index 369a9c8..c2a6b54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \ # Add custom n8n nodes from Codely RUN cd /usr/local/lib/node_modules/n8n && \ - npm install @codelytv/n8n-nodes-twitch n8n-nodes-puppeteer + npm install @codelytv/n8n-nodes-twitch n8n-nodes-puppeteer cryptr # Install fonts RUN apk --no-cache add --virtual fonts msttcorefonts-installer fontconfig && \