mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: Default to not downloading if explicit browser path is set (#9440)
Fixed: #9419
This commit is contained in:
@@ -433,8 +433,7 @@ RUN apk add --no-cache \
|
||||
...
|
||||
|
||||
# Tell Puppeteer to skip installing Chrome. We'll be using the installed package.
|
||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
|
||||
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
||||
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
||||
|
||||
# Puppeteer v13.5.0 works with Chromium 100.
|
||||
RUN yarn add puppeteer@13.5.0
|
||||
|
||||
Reference in New Issue
Block a user