Skip to content

Commit aa04522

Browse files
authored
Merge pull request #318 from marp-team/docker-broken-cjk
Use Noto CJK font instead of broken font-ipa in Docker image
2 parents 3957bd4 + 6f49d96 commit aa04522

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Throw better error when spawning snap Chromium from another snap app ([#317](https://github.com/marp-team/marp-cli/pull/317))
88

9+
### Changed
10+
11+
- Use Noto CJK font instead of broken font-ipa in Docker image ([#318](https://github.com/marp-team/marp-cli/pull/318))
12+
913
## v0.23.0 - 2020-12-05
1014

1115
### 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)