docker: pin playwright version since we install it before npm i
https://github.com/microsoft/playwright/issues/13188
This commit is contained in:
parent
72a61458fc
commit
01acfc2311
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RUN apt-get update \
|
|||
novnc websockify \
|
||||
dos2unix \
|
||||
python3-pip \
|
||||
&& npx playwright install --with-deps firefox \
|
||||
&& npx playwright@1.29 install --with-deps firefox \
|
||||
&& apt-get clean \
|
||||
&& rm -rf \
|
||||
/tmp/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue