Skip to content

Instantly share code, notes, and snippets.

@SavvasStephanides
Created December 14, 2023 18:49
Show Gist options
  • Save SavvasStephanides/fcb1d1d63c4f2c70e6db028fc630d55e to your computer and use it in GitHub Desktop.
Save SavvasStephanides/fcb1d1d63c4f2c70e6db028fc630d55e to your computer and use it in GitHub Desktop.
Accessibility audit Dockerfile
FROM buildkite/puppeteer:v1.15.0
RUN npm install --global --unsafe-perm pa11y-ci
RUN groupadd -r user && useradd -r -g user user
USER user
ENTRYPOINT ["pa11y-ci"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment