diff --git a/.github/actions/replay/Dockerfile b/.github/actions/replay/Dockerfile index 97832d3..74000f5 100644 --- a/.github/actions/replay/Dockerfile +++ b/.github/actions/replay/Dockerfile @@ -1,6 +1,7 @@ FROM node:iron-alpine RUN npm install -g puppeteer @puppeteer/replay +RUN npx puppeteer browsers install chrome COPY entrypoint.sh /entrypoint.sh