A complete image with all operating system dependencies for Cypress and Chrome 77 browser
If you want to build your image
FROM cypress/browsers:node10.16.0-chrome77
RUN npm i cypress
RUN $(npm bin)/cypress run --browser chrome
This image uses the root
user. You might want to switch to non-root
user when running this container for security.