NexusV1 commited on
Commit
ee0a197
·
verified ·
1 Parent(s): c335c99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome \
14
 
15
  RUN git clone https://github.com/ReirLair/aniheaven.git /app
16
 
17
- RUN npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth express axios qs cors ghost-cursor
18
 
19
  RUN npx puppeteer install
20
 
 
14
 
15
  RUN git clone https://github.com/ReirLair/aniheaven.git /app
16
 
17
+ RUN npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth express crypto axios qs cors ghost-cursor
18
 
19
  RUN npx puppeteer install
20