aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/Dockerfile.integration-tests
blob: 41de685acaddefb8446b5012fc11265bf3a5d734 (plain) (blame)
1
2
3
FROM buildkite/puppeteer:latest
RUN  npm i mocha
ENV  PATH="${PATH}:/node_modules/.bin"