ShayanRl commited on
Commit
f80db44
·
verified ·
1 Parent(s): 1310509

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
 
8
  # Install n8n and the puppeteer node globally
9
  RUN npm install -g n8n \
10
- && npm install -g n8n-nodes-puppeteer
11
 
12
  # Set Puppeteer to use the installed Chromium
13
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
 
7
 
8
  # Install n8n and the puppeteer node globally
9
  RUN npm install -g n8n \
10
+ && npm install -g jsdom
11
 
12
  # Set Puppeteer to use the installed Chromium
13
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium