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 d61b8ea commit e6836bfCopy full SHA for e6836bf
Dockerfile
@@ -84,7 +84,7 @@ ENV POETRY_NO_INTERACTION=1 \
84
COPY pyproject.toml poetry.lock ./
85
RUN pip install poetry
86
RUN poetry install --no-root
87
-RUN poetry run playwright install
+RUN poetry run playwright install --with-deps chromium
88
89
USER ${USER}
90
COPY --chown=${USER}:${USER} . .
0 commit comments