Skip to content

Commit a472970

Browse files
committed
Add font-noto-emoji package to Docker image
1 parent 05634e7 commit a472970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apk update && apk upgrade && \
3434
ttf-freefont \
3535
chromium@edge \
3636
harfbuzz@edge \
37+
font-noto-emoji@edge \
3738
wqy-zenhei@edge && \
3839
# /etc/fonts/conf.d/44-wqy-zenhei.conf overrides 'monospace' matching FreeMono.ttf in /etc/fonts/conf.d/69-unifont.conf
3940
mv /etc/fonts/conf.d/44-wqy-zenhei.conf /etc/fonts/conf.d/74-wqy-zenhei.conf && \

0 commit comments

Comments
 (0)