Skip to content

Commit 6744307

Browse files
authored
fix: missing chrome browser (#4286)
1 parent 505dfa3 commit 6744307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN ln -s /codecept/bin/codecept.js /usr/local/bin/codeceptjs
3535
RUN mkdir /tests
3636
WORKDIR /tests
3737
# Install puppeteer so it's available in the container.
38-
RUN npm i puppeteer
38+
RUN npm i puppeteer@22.6.0 && npx puppeteer browsers install chrome
3939
RUN google-chrome --version
4040

4141
# Install playwright browsers

0 commit comments

Comments
 (0)