From aaca72959c07f226740870b7d64e4efceca03dc8 Mon Sep 17 00:00:00 2001 From: linguist <22963968+lowlighter@users.noreply.github.com> Date: Wed, 30 Dec 2020 21:24:30 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 371142c7..92c9c6e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ RUN mkdir /metrics \ && gem install github-linguist \ # Install python for node-gyp && apt-get update \ - && apt-get install -y python3 \ + && apt-get install -y python3 + +# Environment variables ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true ENV PUPPETEER_BROWSER_PATH "google-chrome-stable"