Skip to content

Commit 43941ef

Browse files
Install deja-vu font in docker image (#12932)
* Install deja-vu font * Add comment
1 parent 71c31bb commit 43941ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playwright/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM mcr.microsoft.com/playwright:v1.46.1-jammy
33
WORKDIR /work/matrix-react-sdk
44
VOLUME ["/work/element-web/node_modules"]
55

6-
RUN apt-get update && apt-get -y install docker.io
6+
# 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
78

89
COPY docker-entrypoint.sh /opt/docker-entrypoint.sh
910
ENTRYPOINT ["bash", "/opt/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)