I'm running Angular unit tests in a Docker container and getting this error:
21 01 2021 01:51:10.057:INFO [launcher]: Launching browsers ChromeHeadless with concurrency unlimited
21 01 2021 01:51:10.063:INFO [launcher]: Starting browser Chrome
21 01 2021 01:51:10.097:ERROR [launcher]: No binary for Chrome browser on your platform.
Please, set "CHROME_BIN" env variable.
To run the tests I am simply running .. ng test .. using the image node:14 from Docker Hub
Is there an almost identical (preferably official) image that I can use that also has Chrome all ready to go on it?