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 05634e7 commit a472970Copy full SHA for a472970
Dockerfile
@@ -34,6 +34,7 @@ RUN apk update && apk upgrade && \
34
ttf-freefont \
35
chromium@edge \
36
harfbuzz@edge \
37
+ font-noto-emoji@edge \
38
wqy-zenhei@edge && \
39
# /etc/fonts/conf.d/44-wqy-zenhei.conf overrides 'monospace' matching FreeMono.ttf in /etc/fonts/conf.d/69-unifont.conf
40
mv /etc/fonts/conf.d/44-wqy-zenhei.conf /etc/fonts/conf.d/74-wqy-zenhei.conf && \
0 commit comments