You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/01/31 08:55:28 UTC

[superset] branch master updated: chore: skip puppeteer chromium download (#22623)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 17dfa657f9 chore: skip puppeteer chromium download (#22623)
17dfa657f9 is described below

commit 17dfa657f9370f11f54efc409078832fc8c1ddbd
Author: nisheldo <nj...@me.com>
AuthorDate: Tue Jan 31 02:55:18 2023 -0600

    chore: skip puppeteer chromium download (#22623)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index a30eaaa165..94006e2d53 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,6 +23,7 @@ FROM node:16-slim AS superset-node
 
 ARG NPM_BUILD_CMD="build"
 ENV BUILD_CMD=${NPM_BUILD_CMD}
+ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
 
 # NPM ci first, as to NOT invalidate previous steps except for when package.json changes
 RUN mkdir -p /app/superset-frontend