Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Install deja-vu font in docker image (#12932)
Browse files Browse the repository at this point in the history
* Install deja-vu font

* Add comment
  • Loading branch information
MidhunSureshR authored Aug 28, 2024
1 parent 71c31bb commit 43941ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM mcr.microsoft.com/playwright:v1.46.1-jammy
WORKDIR /work/matrix-react-sdk
VOLUME ["/work/element-web/node_modules"]

RUN apt-get update && apt-get -y install docker.io
# fonts-dejavu is needed for the same RTL rendering as on CI
RUN apt-get update && apt-get -y install docker.io fonts-dejavu

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

0 comments on commit 43941ef

Please sign in to comment.