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 71c31bb commit 43941efCopy full SHA for 43941ef
playwright/Dockerfile
@@ -3,7 +3,8 @@ FROM mcr.microsoft.com/playwright:v1.46.1-jammy
3
WORKDIR /work/matrix-react-sdk
4
VOLUME ["/work/element-web/node_modules"]
5
6
-RUN apt-get update && apt-get -y install docker.io
+# fonts-dejavu is needed for the same RTL rendering as on CI
7
+RUN apt-get update && apt-get -y install docker.io fonts-dejavu
8
9
COPY docker-entrypoint.sh /opt/docker-entrypoint.sh
10
ENTRYPOINT ["bash", "/opt/docker-entrypoint.sh"]
0 commit comments