EugeneTorap commented on code in PR #22623:
URL: https://github.com/apache/superset/pull/22623#discussion_r1066871397


##########
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

Review Comment:
   All our team also uses Mac M1 and we have problem with ´puppeteer´ lib on 
arm64 image build and we skip downloading of the lib.
   @michael-s-molina @kgabryje Can we speed up downloading of the UI libs while 
building a docker image? For example: skip all libs for unit test when we run 
´npn ci´?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to