From 94311b8b37c4658e5e7e0124eff72ef3784f150a Mon Sep 17 00:00:00 2001 From: Isma Navarro Date: Tue, 15 Nov 2022 11:20:44 +0100 Subject: [PATCH] feat: add cryptr --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \