Skip to content

Fix docker build with latest node image

Max Orefice requested to merge mo-fix-docker-build into master

What does this MR do?

This MR cleans up our docker build to support the latest node image.

Why are we doing this?

  • Install puppeteer and its associated dependency libxss1
  • Install pa11y globally so we do not need to reference node_modules
  • Add .dockerignore file
Edited by Max Orefice

Merge request reports