Skip to content

Commit 71a2900

Browse files
committed
Fix puppeteer image
1 parent 2effbe5 commit 71a2900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN yarn install --timeout 99999999
2323

2424
# Run everything after as non-privileged user.
2525

26-
26+
RUN npx puppeteer browsers install chrome
2727
COPY --chown=test . .
2828
USER test
2929
CMD ["yarn", "test"]

0 commit comments

Comments
 (0)