Skip to content

Commit bd20a89

Browse files
committed
update dockerfile to install chromium dependencies
1 parent b6a90cd commit bd20a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /workspace/tests
1515

1616
COPY --link tests/requirements.txt /workspace/tests/
1717
RUN pip install --require-hashes -r requirements.txt --no-deps
18-
RUN playwright install chromium
18+
RUN playwright install --with-deps chromium
1919

2020
COPY --link deployments /workspace/deployments
2121
COPY --link config /workspace/config

0 commit comments

Comments
 (0)