We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a90cd commit bd20a89Copy full SHA for bd20a89
tests/Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /workspace/tests
15
16
COPY --link tests/requirements.txt /workspace/tests/
17
RUN pip install --require-hashes -r requirements.txt --no-deps
18
-RUN playwright install chromium
+RUN playwright install --with-deps chromium
19
20
COPY --link deployments /workspace/deployments
21
COPY --link config /workspace/config
0 commit comments