docker: pin playwright version since we install it before npm i

https://github.com/microsoft/playwright/issues/13188
This commit is contained in:
Ralf Vogler 2023-01-27 10:11:26 +01:00
parent 72a61458fc
commit 01acfc2311

View file

@ -23,7 +23,7 @@ RUN apt-get update \
novnc websockify \ novnc websockify \
dos2unix \ dos2unix \
python3-pip \ python3-pip \
&& npx playwright install --with-deps firefox \ && npx playwright@1.29 install --with-deps firefox \
&& apt-get clean \ && apt-get clean \
&& rm -rf \ && rm -rf \
/tmp/* \ /tmp/* \