Skip to content

Commit

Permalink
FIX pa11y-ci, see EsupPortail#1189
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicBonavent committed Aug 26, 2024
1 parent a9d5b35 commit f74dcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile-dev-with-volumes/pa11y-ci/dockerfile-pa11y-ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM buildkite/puppeteer:v1.15.0
RUN npm install --global --unsafe-perm pa11y-ci
FROM grafana/docker-puppeteer:1.1.0
# RUN npm install --global --unsafe-perm pa11y-ci
COPY ./dockerfile-dev-with-volumes/pa11y-ci/my-entrypoint-pa11y.sh /tmp/my-entrypoint-pa11y.sh
RUN chmod 755 /tmp/my-entrypoint-pa11y.sh
# ENTRYPOINT ["pa11y-ci", "-c", "/usr/config.json"]
Expand Down

0 comments on commit f74dcbd

Please sign in to comment.