Skip to content

Commit 2173acd

Browse files
committed
Use Noto CJK font instead of broken font-ipa in offical Docker image
1 parent 3957bd4 commit 2173acd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ RUN apk update && apk upgrade && \
1111
freetype@edge \
1212
libstdc++@edge \
1313
harfbuzz@edge \
14-
wqy-zenhei@edge \
1514
ttf-liberation@edge \
15+
font-noto-cjk@edge \
1616
font-noto-devanagari@edge \
1717
font-noto-arabic@edge \
1818
font-noto-bengali@edge \
19-
font-ipa@edge \
2019
nss@edge
2120

2221
RUN addgroup -S marp && adduser -S -g marp marp \

0 commit comments

Comments
 (0)