Skip to content

Commit c20b940

Browse files
Merge pull request #2788 from carpentries/bugfix/2787-render-svg-with-correct-fonts
[Emails] Render SVG with correct fonts
2 parents 7143d33 + 05c197a commit c20b940

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ FROM python:3.12-slim AS base
88

99
# security updates
1010
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends libpq5 libcairo2
11+
# fonts for the SVG generation
12+
RUN apt-get install -y fonts-liberation
1113

1214

1315
# ----------------------------------

amy/templates/certificates/carpentries-instructor.svg

+2-2
Loading

0 commit comments

Comments
 (0)