Skip to content

Commit 5f49660

Browse files
authored
feat: install required fonts for python rendering
1 parent 395a4ab commit 5f49660

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
FROM opensuse/leap:15.5
1+
FROM opensuse/leap:15.6
22

33
RUN zypper --non-interactive si -d python311 python311-pip \
44
&& zypper --non-interactive in python311 \
5-
&& python3.11 -m ensurepip
5+
fontconfig noto-fonts gnu-free-fonts ubuntu-fonts \
6+
&& python3.11 -m ensurepip \
7+
&& fc-cache -f \
8+
&& fc-list | sort

0 commit comments

Comments
 (0)