Skip to content

Commit

Permalink
Merge pull request #318 from marp-team/docker-broken-cjk
Browse files Browse the repository at this point in the history
Use Noto CJK font instead of broken font-ipa in Docker image
  • Loading branch information
yhatt authored Feb 6, 2021
2 parents 3957bd4 + 6f49d96 commit aa04522
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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

### Changed

- Use Noto CJK font instead of broken font-ipa in Docker image ([#318](https://github.com/marp-team/marp-cli/pull/318))

## v0.23.0 - 2020-12-05

### Changed
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ RUN apk update && apk upgrade && \
freetype@edge \
libstdc++@edge \
harfbuzz@edge \
wqy-zenhei@edge \
ttf-liberation@edge \
font-noto-cjk@edge \
font-noto-devanagari@edge \
font-noto-arabic@edge \
font-noto-bengali@edge \
font-ipa@edge \
nss@edge

RUN addgroup -S marp && adduser -S -g marp marp \
Expand Down

0 comments on commit aa04522

Please sign in to comment.