-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
marko-cli@7.0.1
Details
When building a docker container with markojs and marko-cli dependencies on an armhf target, the container build fails due to the chromedriver dependency of @marko/test, that is a dependency of marko-cli.
chromedriver is not available on armhf targets (I guess it's not available for any arm target).
Possible Workaround
I managed to build a docker image setting ENV CHROMEDRIVER_SKIP_DOWNLOAD=true in the Dockerfile.
We don't run tests on our markojs files while building the containers, so it's a "safe" workaround for us.
Additional Info
Your Environment
- Ubuntu image on
arm8l - Kernel 4.15.0
- docker 18.09.5
Steps to Reproduce
You need an armhf-capable docker builder to reproduce this.
Metadata
Metadata
Assignees
Labels
No labels