Skip to content

Commit

Permalink
chore: skip puppeteer chromium download (apache#22623)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisheldo authored Jan 31, 2023
1 parent b381c20 commit 17dfa65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17dfa65

Please sign in to comment.