This is an automated email from the ASF dual-hosted git repository.
craigrueda 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 90600d1883 Fixing broken node build (#20727)
90600d1883 is described below
commit 90600d1883776494294360db0db541ff10d331d9
Author: Craig Rueda <[email protected]>
AuthorDate: Mon Jul 18 17:19:54 2022 -0500
Fixing broken node build (#20727)
---
docker/docker-frontend.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docker/docker-frontend.sh b/docker/docker-frontend.sh
index 4c0d01e079..a1ad94470c 100755
--- a/docker/docker-frontend.sh
+++ b/docker/docker-frontend.sh
@@ -17,8 +17,11 @@
#
set -e
+# Packages needed for puppeteer:
+apt update
+apt install -y chromium
+
cd /app/superset-frontend
-npm install -g npm@7
npm install -f --no-optional --global webpack webpack-cli
npm install -f --no-optional