From a3187a066cd8a14316981c55abd7da811fc70878 Mon Sep 17 00:00:00 2001 From: David Kwong <48238174+brahms116@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:51:18 +1000 Subject: [PATCH] docs: Update reference to SKIP_CHROMIUM_DOWNLOAD env to SKIP_DOWNLOAD --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index e478959bd24..197194a11bb 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -361,7 +361,7 @@ RUN apt-get update \ # Uncomment to skip the chromium download when installing puppeteer. If you do, # you'll need to launch puppeteer with: # browser.launch({executablePath: 'google-chrome-stable'}) -# ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true +# ENV PUPPETEER_SKIP_DOWNLOAD true # Install puppeteer so it's available in the container. RUN npm init -y && \