Skip to content

Commit 8dcf74c

Browse files
committed
Reduce playwright installation size only use chromium
1 parent 96f7d13 commit 8dcf74c

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
@@ -84,7 +84,7 @@ ENV POETRY_NO_INTERACTION=1 \
8484
COPY pyproject.toml poetry.lock ./
8585
RUN pip install poetry
8686
RUN poetry install --no-root
87-
RUN poetry run playwright install
87+
RUN poetry run playwright install --with-deps chromium
8888

8989
USER ${USER}
9090
COPY --chown=${USER}:${USER} . .

0 commit comments

Comments
 (0)