Skip to content

Commit

Permalink
Fixing broken node build (#20727)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-rueda authored Jul 18, 2022
1 parent 1101922 commit 90600d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/docker-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90600d1

Please sign in to comment.