Update Dockerfile
Browse files- 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 |
|