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 395a4ab commit 5f49660Copy full SHA for 5f49660
Dockerfile
@@ -1,5 +1,8 @@
1
-FROM opensuse/leap:15.5
+FROM opensuse/leap:15.6
2
3
RUN zypper --non-interactive si -d python311 python311-pip \
4
&& zypper --non-interactive in python311 \
5
- && python3.11 -m ensurepip
+ fontconfig noto-fonts gnu-free-fonts ubuntu-fonts \
6
+ && python3.11 -m ensurepip \
7
+ && fc-cache -f \
8
+ && fc-list | sort
0 commit comments