mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: skip puppeteer chromium download (#22623)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user