Skip to content

Commit b6a90cd

Browse files
committed
update dockerfile to install chromium
1 parent 55e44a4 commit b6a90cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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
1819

1920
COPY --link deployments /workspace/deployments
2021
COPY --link config /workspace/config

0 commit comments

Comments
 (0)