This image was built to resolve issue #18
Sample Dockerfile
FROM cypress/base:centos7 RUN npm install --save-dev cypress RUN $(npm bin)/cypress verify RUN $(npm bin)/cypress run